doway-coms 1.1.41 → 1.1.42
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.
- package/lib/doway-coms.common.js +2 -1
- package/lib/doway-coms.umd.js +2 -1
- package/lib/doway-coms.umd.min.js +12 -12
- package/package.json +1 -1
package/lib/doway-coms.common.js
CHANGED
|
@@ -108001,6 +108001,7 @@ var vuex_esm = __webpack_require__("7736");
|
|
|
108001
108001
|
|
|
108002
108002
|
|
|
108003
108003
|
|
|
108004
|
+
|
|
108004
108005
|
external_commonjs_vue_commonjs2_vue_root_Vue_default.a.use(vuex_esm["a" /* default */])
|
|
108005
108006
|
|
|
108006
108007
|
/* harmony default export */ var utils_store = (new vuex_esm["a" /* default */].Store({
|
|
@@ -108054,7 +108055,7 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default.a.use(vuex_esm["a" /* defau
|
|
|
108054
108055
|
) {
|
|
108055
108056
|
keepAliveComp.cache[newRoutePath] = keepAliveComp.cache[cacheKey]
|
|
108056
108057
|
keepAliveComp.keyToCache = newRoutePath
|
|
108057
|
-
|
|
108058
|
+
_xe_utils_3_5_4_xe_utils_default.a.remove(keepAliveComp.keys, loopKey => loopKey === cacheKey)
|
|
108058
108059
|
delete keepAliveComp.cache[cacheKey]
|
|
108059
108060
|
keepAliveComp.keys.push(newRoutePath)
|
|
108060
108061
|
break
|
package/lib/doway-coms.umd.js
CHANGED
|
@@ -108010,6 +108010,7 @@ var vuex_esm = __webpack_require__("7736");
|
|
|
108010
108010
|
|
|
108011
108011
|
|
|
108012
108012
|
|
|
108013
|
+
|
|
108013
108014
|
external_commonjs_vue_commonjs2_vue_root_Vue_default.a.use(vuex_esm["a" /* default */])
|
|
108014
108015
|
|
|
108015
108016
|
/* harmony default export */ var utils_store = (new vuex_esm["a" /* default */].Store({
|
|
@@ -108063,7 +108064,7 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default.a.use(vuex_esm["a" /* defau
|
|
|
108063
108064
|
) {
|
|
108064
108065
|
keepAliveComp.cache[newRoutePath] = keepAliveComp.cache[cacheKey]
|
|
108065
108066
|
keepAliveComp.keyToCache = newRoutePath
|
|
108066
|
-
|
|
108067
|
+
_xe_utils_3_5_4_xe_utils_default.a.remove(keepAliveComp.keys, loopKey => loopKey === cacheKey)
|
|
108067
108068
|
delete keepAliveComp.cache[cacheKey]
|
|
108068
108069
|
keepAliveComp.keys.push(newRoutePath)
|
|
108069
108070
|
break
|