Files
electron-egg/frontend/vue.config.js
gaoshuaixing 4de3a4aca8 1
2020-12-17 19:15:14 +08:00

5 lines
284 B
JavaScript

module.exports = {
//Solution For Issue: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.
//zhengkai.blog.csdn.net
runtimeCompiler: true
}