关于main.js中的模板的问题
new Vue({
el: '#app',
components: { TodoList },
template: '<TodoList/>'
})
template: '<TodoList/>' 这行代码看不懂。
new Vue({
el: '#app',
components: { TodoList },
template: '<TodoList/>'
})
template: '<TodoList/>' 这行代码看不懂。
2018-05-03
举报