內(nèi)容渲染不出來,一直報這個錯
[Vue warn]: Failed to mount component: template or render function not defined.
found in
---> <App> at src\app.vue
? ? ? ?<Root>
[Vue warn]: Failed to mount component: template or render function not defined.
found in
---> <App> at src\app.vue
? ? ? ?<Root>
2018-06-05
舉報
2018-07-18
確認下你 index.js 中的 render function 有沒有問題
2018-06-13
參考1樓?慕粉0053244122 的回答,不過還是出不來,我是Mac,后來將webpack.config.js修改為 ?如下,問題就解決了
resolve: {
alias: {
'vue$': 'vue/dist/vue.common.js'
}
}
2018-06-10
遇見一樣的問題,已解決
https://blog.csdn.net/u013214292/article/details/80641164
2018-06-07
估計是漏安裝了什么