direct-vuex
Advanced tools
Comparing version 0.10.1 to 0.10.2
{ | ||
"name": "direct-vuex", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "Use and implement your Vuex store with TypeScript types. Compatible with the Vue 3 composition API.", | ||
@@ -5,0 +5,0 @@ "author": "Paleo", |
@@ -167,3 +167,3 @@ # direct-vuex | ||
p1OrDefault(...args) { | ||
const { state, getters, rootState, rootGetters } = mod1GetterContext(...args) | ||
const { state, getters, rootState, rootGetters } = mod1GetterContext(args) | ||
// Here, 'getters', 'state', 'rootGetters' and 'rootState' are typed. | ||
@@ -170,0 +170,0 @@ // Without 'mod1GetterContext' only 'state' would be typed. |
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
57699