effector-vue
Advanced tools
Comparing version 20.2.0 to 20.2.1
@@ -13,3 +13,3 @@ import Vue, {ComponentOptions, WatchOptions, VueConstructor} from 'vue' | ||
interface ComponentOptions<V extends Vue> { | ||
effector?: (this: V) => Store<any> | ||
effector?: (this: V) => Store<any> | {[field: string]: Store<any>} | ||
} | ||
@@ -16,0 +16,0 @@ } |
{ | ||
"name": "effector-vue", | ||
"version": "20.2.0", | ||
"version": "20.2.1", | ||
"description": "Vue bindings for effector", | ||
@@ -5,0 +5,0 @@ "main": "effector-vue.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
25476