got dynamic store module to work
using @urbn/vuex-helpers
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
// https://codeburst.io/dynamic-modules-with-vuex-and-vue-b9c481ca792
|
||||
// https://www.brophy.org/post/instance-aware-vuex-modules-1/
|
||||
|
||||
// import qs from 'querystring'
|
||||
// import { REST } from 'api/rest-axios'
|
||||
|
||||
export default {
|
||||
namespaced: true,
|
||||
|
||||
// initial state
|
||||
state: {
|
||||
},
|
||||
|
||||
// getters
|
||||
getters: {
|
||||
},
|
||||
|
||||
// mutations
|
||||
mutations: {
|
||||
},
|
||||
|
||||
// actions
|
||||
actions: {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user