Yansen 2 years ago
parent
commit
43a1265529
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/app.config.js

+ 2
- 1
src/app.config.js View File

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