@tslib/vue-ext
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -29,3 +29,3 @@ "use strict"; | ||
const pg = lodash_1.default.camelCase(value.name); | ||
if (lodash_1.default.isEmpty(state.modules[value.module])) { | ||
if (lodash_1.default.isEmpty(state.modules[mod])) { | ||
//初始化创建组件信息 | ||
@@ -32,0 +32,0 @@ state.modules[mod] = { pages: {}, components: {} }; |
{ | ||
"name": "@tslib/vue-ext", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "config file loader for typescript", |
@@ -48,3 +48,3 @@ import Vue, { VueConstructor } from "vue"; | ||
const pg = _.camelCase(value.name); | ||
if (_.isEmpty(state.modules[value.module])) { | ||
if (_.isEmpty(state.modules[mod])) { | ||
//初始化创建组件信息 | ||
@@ -51,0 +51,0 @@ state.modules[mod] = { pages: {}, components: {} }; |
Sorry, the diff of this file is not supported yet
29763