@icony/vue-container
Advanced tools
Comparing version 1.0.4 to 1.0.6
{ | ||
"name": "@icony/vue-container", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"description": "vue/vue-router/vuex/axios/js-cookie based,resolve dependency inconsistencies problem of multiple Vue projects ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
import Vuex from 'vuex' | ||
export default Vuex; | ||
import Vuex,{ Store, install, mapState, mapMutations, mapGetters, mapActions, createNamespacedHelpers } from 'vuex' | ||
export default Vuex | ||
export { Store, install, mapState, mapMutations, mapGetters, mapActions, createNamespacedHelpers } |
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
1887
43