@tslib/vue-ext
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -22,3 +22,3 @@ "use strict"; | ||
// 通知state变更 | ||
state.moduleList = state.moduleList; | ||
state.moduleList = lodash_1.default.clone(state.moduleList); | ||
}, | ||
@@ -47,4 +47,4 @@ registerVueComponents(state, value) { | ||
_d('register Vue components successed:', value.module, pageName); | ||
// 通知变更 | ||
state.moduleList = state.moduleList; | ||
// 强制进行变更 | ||
state.moduleList = lodash_1.default.clone(state.moduleList); | ||
}, | ||
@@ -51,0 +51,0 @@ }, |
{ | ||
"name": "@tslib/vue-ext", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "config file loader for typescript", |
@@ -50,3 +50,3 @@ import Vue, { VueConstructor } from 'vue'; | ||
// 通知state变更 | ||
state.moduleList = state.moduleList; | ||
state.moduleList = _.clone(state.moduleList); | ||
}, | ||
@@ -81,4 +81,4 @@ registerVueComponents( | ||
_d('register Vue components successed:', value.module, pageName); | ||
// 通知变更 | ||
state.moduleList = state.moduleList; | ||
// 强制进行变更 | ||
state.moduleList = _.clone(state.moduleList); | ||
}, | ||
@@ -85,0 +85,0 @@ }, |
Sorry, the diff of this file is not supported yet
31008