You are using the runtime-only build of Vue where the template compiler

由vue-cli2 升级到 vue-cli3 界面出现如下错误
image.png

vue有两种形式的代码 compiler(模板)模式和runtime模式(运行时)

在vue.config.js 中修改配置如下
runtimeCompiler: true,
image.png

重新启动,问题修复


KrisXue
141 声望6 粉丝

前端工程师