meixioacomponent 0.4.60 → 0.4.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -115745,7 +115745,8 @@ const componentConfig = {
115745
115745
  componentConfig.store = _store;
115746
115746
  componentConfig.router = _router;
115747
115747
  componentConfig.selectStore = componentConfig.store.getters['selectStore/getSelectStore'];
115748
- componentConfig.registerModuleOfCacheDialog(_store); // componentConfig.createDialogCacheWrap()
115748
+ componentConfig.registerModuleOfCacheDialog(_store);
115749
+ componentConfig.createDialogCacheWrap();
115749
115750
  },
115750
115751
  registerModuleOfCacheDialog: _store => {
115751
115752
  _store.registerModule('dialogCacheStore', storeModule_dialogCacheStore);
@@ -115754,7 +115754,8 @@ const componentConfig = {
115754
115754
  componentConfig.store = _store;
115755
115755
  componentConfig.router = _router;
115756
115756
  componentConfig.selectStore = componentConfig.store.getters['selectStore/getSelectStore'];
115757
- componentConfig.registerModuleOfCacheDialog(_store); // componentConfig.createDialogCacheWrap()
115757
+ componentConfig.registerModuleOfCacheDialog(_store);
115758
+ componentConfig.createDialogCacheWrap();
115758
115759
  },
115759
115760
  registerModuleOfCacheDialog: _store => {
115760
115761
  _store.registerModule('dialogCacheStore', storeModule_dialogCacheStore);