framwork ready, need to test the api access

This commit is contained in:
2021-01-18 16:51:36 +01:00
parent 6636ca21c2
commit 40bf13de53
267 changed files with 46809 additions and 4 deletions
+24
View File
@@ -0,0 +1,24 @@
export default {
namespaced: true,
// initial state
state: {
// items: [],
},
// getters
getters: {
},
// mutations
mutations: {
},
// actions
actions: {
},
// methods
methods: {
}
}