framwork ready, need to test the api access
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
|
||||
export default {
|
||||
namespaced: true,
|
||||
// initial state
|
||||
state: {
|
||||
// items: [],
|
||||
},
|
||||
// getters
|
||||
getters: {
|
||||
|
||||
},
|
||||
// mutations
|
||||
mutations: {
|
||||
|
||||
},
|
||||
// actions
|
||||
actions: {
|
||||
|
||||
},
|
||||
// methods
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user