You are using the runtime-only build of Vue where the template compiler is not available
出现这个错误
创建一个vue.config.js文件
module.exports={
runtimeCompiler:true
}
https://cli.vuejs.org脚手架官网直接搜runtime
出现这个错误
创建一个vue.config.js文件
module.exports={
runtimeCompiler:true
}
https://cli.vuejs.org脚手架官网直接搜runtime