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.

abnormal

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.

In the vue.config.js

module.exports={
runtimeCompiler:true
}

Guess you like

Origin www.cnblogs.com/danmao/p/11409733.html