Initial commit
This commit is contained in:
8
src/store/store.ts
Normal file
8
src/store/store.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { createStore } from 'vuex'
|
||||
|
||||
export const store = createStore({
|
||||
state: {},
|
||||
mutations: {},
|
||||
actions: {},
|
||||
modules: {}
|
||||
})
|
||||
Reference in New Issue
Block a user