Vue.component('my-component', {template: '<div>A custom component!</div>'})// 创建根实例new Vue({el: '#example'})直接用的文档给的注册了,控制台报错:Failed to mount component: template or render function not defined. (found in root instance)求大神解答
添加回答
举报
0/150
提交
取消