创建web端和acapp端

This commit is contained in:
2023-01-14 14:58:21 +08:00
parent 11bda8e9f3
commit 2671f76c75
28 changed files with 22459 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
import { createStore } from 'vuex'
export default createStore({
state: {
},
getters: {
},
mutations: {
},
actions: {
},
modules: {
}
})