Wait for the global promise to be resolved before displaying the route
- lodash.cloneDeep
- lodash.get
- lodash.set
- src/router/index.ts (wait store beforeEach route)
- src/stores/index.ts (add plugin in pinia)
- src/boot/store.ts (Quasar boot file, call storageStore and init global promise)
- src/stores/storage.ts (This store manages all stores that need to be persisted)
- src/stores/settings.ts (Exemple store, we saved user)
- src/utils/storage.ts (Global promise)
- src/stores/plugins/persistPlugin.ts (Plugin file)