This commit is contained in:
2022-06-08 11:40:39 +02:00
parent a0e273b4d1
commit 3fb60a8499
19 changed files with 9610 additions and 101 deletions
+12
View File
@@ -0,0 +1,12 @@
import { createStore } from 'vuex'
export default createStore({
state: {
},
mutations: {
},
actions: {
},
modules: {
}
})