Yansen 2 年 前
コミット
43a1265529
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2
    1
      src/app.config.js

+ 2
- 1
src/app.config.js ファイルの表示

@@ -56,6 +56,7 @@ export default {
56 56
   },
57 57
   requiredPrivateInfos: [
58 58
 		"getLocation"
59
-	]
59
+	],
60
+  lazyCodeLoading: "requiredComponents"
60 61
 
61 62
 }