meixioacomponent 0.4.59 → 0.4.60
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,8 +115745,7 @@ 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);
|
|
115749
|
-
componentConfig.createDialogCacheWrap();
|
|
115748
|
+
componentConfig.registerModuleOfCacheDialog(_store); // componentConfig.createDialogCacheWrap()
|
|
115750
115749
|
},
|
|
115751
115750
|
registerModuleOfCacheDialog: _store => {
|
|
115752
115751
|
_store.registerModule('dialogCacheStore', storeModule_dialogCacheStore);
|
|
@@ -115754,8 +115754,7 @@ 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);
|
|
115758
|
-
componentConfig.createDialogCacheWrap();
|
|
115757
|
+
componentConfig.registerModuleOfCacheDialog(_store); // componentConfig.createDialogCacheWrap()
|
|
115759
115758
|
},
|
|
115760
115759
|
registerModuleOfCacheDialog: _store => {
|
|
115761
115760
|
_store.registerModule('dialogCacheStore', storeModule_dialogCacheStore);
|