mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
13 lines
139 B
TypeScript
13 lines
139 B
TypeScript
import { createStore } from 'vuex'
|
|
|
|
export default createStore({
|
|
state: {
|
|
},
|
|
mutations: {
|
|
},
|
|
actions: {
|
|
},
|
|
modules: {
|
|
}
|
|
})
|