You've already forked template-MP-ts
Initial commit
This commit is contained in:
12
store/index.ts
Normal file
12
store/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { createStore } from 'vuex'
|
||||
|
||||
const store = createStore({
|
||||
state() {
|
||||
return {}
|
||||
},
|
||||
mutations: {},
|
||||
actions: {},
|
||||
getters: {},
|
||||
})
|
||||
|
||||
export default store
|
||||
Reference in New Issue
Block a user