Client - init new frontend version with vue-cli
This commit is contained in:
8
fittrackee_client/src/store/index.ts
Normal file
8
fittrackee_client/src/store/index.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { createStore } from "vuex";
|
||||
|
||||
export default createStore({
|
||||
state: {},
|
||||
mutations: {},
|
||||
actions: {},
|
||||
modules: {},
|
||||
});
|
Reference in New Issue
Block a user