vue报错[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not avai

- 日理万妓 2023-07-11 12:38 112阅读 0赞
vue-cli 3
使用 vue create app 创建的项目
  1. [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.
  2. (found in <Root>)
在根目录中添加一个vue.config.js, 里面写上
  1. module.exports = {
  2. runtimeCompiler: true
  3. }

发表评论

表情:
评论列表 (有 0 条评论,112人围观)

还没有评论,来说两句吧...

相关阅读