vue-module-class-generator
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="0.4.1"></a> | ||
## [0.4.1](https://github.com/dimensi/vue-module-class-generator/compare/v0.4.0...v0.4.1) (2018-10-25) | ||
<a name="0.4.0"></a> | ||
@@ -7,0 +12,0 @@ # [0.4.0](https://github.com/dimensi/vue-module-class-generator/compare/v0.3.1...v0.4.0) (2018-10-25) |
/*! | ||
* vue-module-class-generator v0.4.0 | ||
* vue-module-class-generator v0.4.1 | ||
* (c) 2018-present Nikita Nafranets <eddimensi@gmail.com> | ||
@@ -111,3 +111,3 @@ * Released under the MIT License. | ||
return { | ||
create: function create() { | ||
created: function created() { | ||
if (!this.$options.name) return; | ||
@@ -114,0 +114,0 @@ var conf = Object.assign({}, defaultConfig, config, { |
/*! | ||
* vue-module-class-generator v0.4.0 | ||
* vue-module-class-generator v0.4.1 | ||
* (c) 2018-present Nikita Nafranets <eddimensi@gmail.com> | ||
@@ -107,3 +107,3 @@ * Released under the MIT License. | ||
return { | ||
create: function create() { | ||
created: function created() { | ||
if (!this.$options.name) return; | ||
@@ -110,0 +110,0 @@ var conf = Object.assign({}, defaultConfig, config, { |
{ | ||
"name": "vue-module-class-generator", | ||
"version": "0.4.0", | ||
"version": "0.4.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
11936