mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 19:36:48 +08:00
15 lines
157 B
JavaScript
15 lines
157 B
JavaScript
import { createStore } from 'vuex'
|
|
|
|
export default createStore({
|
|
state: {
|
|
},
|
|
getters: {
|
|
},
|
|
mutations: {
|
|
},
|
|
actions: {
|
|
},
|
|
modules: {
|
|
}
|
|
})
|