vue-decorator
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -1,3 +0,2 @@ | ||
import { Options, Vue } from 'vue-class-component'; | ||
export { Options, Vue }; | ||
export * from 'vue-class-component'; | ||
export { Prop } from './decorators/Prop'; | ||
@@ -4,0 +3,0 @@ export { Watch } from './decorators/Watch'; |
@@ -1,3 +0,2 @@ | ||
import { Options, Vue } from 'vue-class-component'; | ||
export { Options, Vue }; | ||
export * from 'vue-class-component'; | ||
export { Prop } from './decorators/Prop'; | ||
@@ -4,0 +3,0 @@ export { Watch } from './decorators/Watch'; |
@@ -99,14 +99,10 @@ (function (global, factory) { | ||
Object.defineProperty(exports, 'Options', { | ||
enumerable: true, | ||
get: function () { | ||
return vueClassComponent.Options; | ||
} | ||
Object.keys(vueClassComponent).forEach(function (k) { | ||
if (k !== 'default') Object.defineProperty(exports, k, { | ||
enumerable: true, | ||
get: function () { | ||
return vueClassComponent[k]; | ||
} | ||
}); | ||
}); | ||
Object.defineProperty(exports, 'Vue', { | ||
enumerable: true, | ||
get: function () { | ||
return vueClassComponent.Vue; | ||
} | ||
}); | ||
exports.Emit = Emit; | ||
@@ -113,0 +109,0 @@ exports.Prop = Prop; |
{ | ||
"name": "vue-decorator", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Custom decorators to vue-class-component that fits Vue 3", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.umd.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
14291
215