Forráskód Böngészése

feat:组件按需注入配置

zhanghui 1 éve
szülő
commit
006c9a1caa
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      manifest.json

+ 2 - 1
manifest.json

@@ -71,6 +71,7 @@
 			"subPackages": true
 		},
 		"requiredPrivateInfos": ["getLocation"],
+		"lazyCodeLoading": "requiredComponents",
 		"permission": {
 			"scope.userLocation": {
 				"desc": "你的位置信息将用于和门店的距离长度"
@@ -90,4 +91,4 @@
 		"enable": false
 	},
 	"vueVersion": "2"
-}
+}