vuex-class-decorator
Advanced tools
Comparing version 1.0.1 to 1.0.2
/*! | ||
* vuex-class-decorator v1.0.0 | ||
* https://github.com/ktsn/vuex-class | ||
* vuex-class-decorator v1.0.2 | ||
* https://github.com/felix307253927/vuex-class | ||
* | ||
@@ -8,3 +8,3 @@ * @license | ||
* Released under the MIT license | ||
* https://github.com/ktsn/vuex-class/blob/master/LICENSE | ||
* https://github.com/felix307253927/vuex-class/blob/master/LICENSE | ||
*/ | ||
@@ -11,0 +11,0 @@ 'use strict'; |
{ | ||
"name": "vuex-class-decorator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "felix", | ||
@@ -5,0 +5,0 @@ "description": "Binding helpers for Vuex and vue-class-component", |
@@ -14,3 +14,3 @@ # vuex-class-decorator | ||
```bash | ||
$ npm i -S felix307253927/vuex-class | ||
$ npm i -S vuex-class-decorator | ||
``` | ||
@@ -20,3 +20,3 @@ | ||
```ts | ||
```js | ||
import Vue from 'vue' | ||
@@ -23,0 +23,0 @@ import { |
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
18026