码迷,mamicode.com
首页 > 其他好文 > 详细

vue 解决报错1

时间:2018-07-14 16:30:02      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:ons   -o   UNC   HERE   template   run   war   extension   cti   

[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.

add

resolve: { /**解决报错 [Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build. */
extensions: [‘.js‘, ‘.vue‘, ‘.json‘],
alias: {
‘vue$‘: ‘vue/dist/vue.esm.js‘
}
},

vue 解决报错1

标签:ons   -o   UNC   HERE   template   run   war   extension   cti   

原文地址:https://www.cnblogs.com/tongbiao/p/9309524.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!