出现原因往往是因此在项目的代码中某些组件可能使用了vue.extend之类的构造器构建自定义内容之类的。
[Vue warn][You are using the runtime-only build of Vue where the template compiler is not available]
解决方式,在vue.config.js这个文件中加上 runtimeCompiler: true,即可
[Vue warn][You are using the runtime-only build of Vue where the template compiler is not available]
意思是开启runtimeCompiler编译模式
[Vue warn][You are using the runtime-only build of Vue where the template compiler is not available]

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
猜你喜欢
  • 2021-08-28
  • 2021-12-01
  • 2021-07-08
  • 2021-12-25
  • 2021-11-18
  • 2021-07-14
相关资源
相似解决方案