记录一次Vue 错误
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.
module.exports = { runtimeCompiler: true }
原文:https://www.cnblogs.com/erlou96/p/12470130.html