You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Vue warn]: 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.
解决办法
修改(创建)vue.config.js文件
module.exports = { runtimeCompiler: true }
The text was updated successfully, but these errors were encountered:
问题描述
解决办法
修改(创建)vue.config.js文件
The text was updated successfully, but these errors were encountered: