fix: vueVersion

This commit is contained in:
qiang 2021-11-12 18:16:37 +08:00
parent f9791f7cbe
commit 99db17fbbf

View File

@ -8,7 +8,7 @@
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {
"usingComponents" : true, "usingComponents" : true,
"nvueStyleCompiler" : "uni-app", "nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3, "compilerVersion" : 3,
"splashscreen" : { "splashscreen" : {
"alwaysShowBeforeRender" : true, "alwaysShowBeforeRender" : true,
@ -67,5 +67,6 @@
}, },
"uniStatistics": { "uniStatistics": {
"enable": false "enable": false
} },
"vueVersion" : "3"
} }