[Vue warn]: Failed to mount component: template or render function not defined. (found in root insta
生活随笔
收集整理的這篇文章主要介紹了
[Vue warn]: Failed to mount component: template or render function not defined. (found in root insta
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在開始一個新的項目的時候報了個錯 [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)
})
總結
以上是生活随笔為你收集整理的[Vue warn]: Failed to mount component: template or render function not defined. (found in root insta的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【机器学习】一文解读时间序列基本概念
- 下一篇: 【Python】用Pyecharts制作