From 99db17fbbf2202b3b5d15a2b70909efe25a451ac Mon Sep 17 00:00:00 2001 From: qiang Date: Fri, 12 Nov 2021 18:16:37 +0800 Subject: [PATCH] fix: vueVersion --- src/manifest.json | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 8f280c8..4e31065 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -8,7 +8,7 @@ /* 5+App特有相关 */ "app-plus" : { "usingComponents" : true, - "nvueStyleCompiler" : "uni-app", + "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, "splashscreen" : { "alwaysShowBeforeRender" : true, @@ -23,20 +23,20 @@ /* android打包配置 */ "android" : { "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ] }, @@ -67,5 +67,6 @@ }, "uniStatistics": { "enable": false - } + }, + "vueVersion" : "3" }