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 */
"app-plus" : {
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
"splashscreen" : {
"alwaysShowBeforeRender" : true,
@ -67,5 +67,6 @@
},
"uniStatistics": {
"enable": false
}
},
"vueVersion" : "3"
}