vue-module-class-generator
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="0.3.1"></a> | ||
## [0.3.1](https://github.com/dimensi/vue-module-class-generator/compare/v0.3.0...v0.3.1) (2018-10-25) | ||
<a name="0.3.0"></a> | ||
@@ -7,0 +12,0 @@ # [0.3.0](https://github.com/dimensi/vue-module-class-generator/compare/v0.2.1...v0.3.0) (2018-10-25) |
/*! | ||
* vue-module-class-generator v0.3.0 | ||
* vue-module-class-generator v0.3.1 | ||
* (c) 2018-present Nikita Nafranets <eddimensi@gmail.com> | ||
@@ -113,3 +113,6 @@ * Released under the MIT License. | ||
if (!this.$options.name) return; | ||
this[config.methodName] = createGenerator; | ||
var conf = Object.assign({}, defaultConfig, config, { | ||
prefix: Object.assign({}, defaultConfig.prefix, config.prefix) | ||
}); | ||
this[config.methodName] = createGenerator(conf); | ||
} | ||
@@ -116,0 +119,0 @@ }; |
/*! | ||
* vue-module-class-generator v0.3.0 | ||
* vue-module-class-generator v0.3.1 | ||
* (c) 2018-present Nikita Nafranets <eddimensi@gmail.com> | ||
@@ -109,3 +109,6 @@ * Released under the MIT License. | ||
if (!this.$options.name) return; | ||
this[config.methodName] = createGenerator; | ||
var conf = Object.assign({}, defaultConfig, config, { | ||
prefix: Object.assign({}, defaultConfig.prefix, config.prefix) | ||
}); | ||
this[config.methodName] = createGenerator(conf); | ||
} | ||
@@ -112,0 +115,0 @@ }; |
{ | ||
"name": "vue-module-class-generator", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Vue class helper", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11683
218