您的位置:首页 > 产品设计 > UI/UE

[Vue warn]: Failed to mount component: template or render function not defined. (found in root insta

2017-08-09 10:29 1036 查看
在开始一个新的项目的时候报了个错 [Vue warn]: Failed to mount component: template or render function not defined. (found in root insta
new Vue({el: '#app',router,template: '<App/>',components: { App }})
我的项目初始化的时候是上面那个样子 。改成下面的样子就没问题。
new Vue({el: '#app',router,store,render: h => h(App)})
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐