Skip to content

Commit e388f1f

Browse files
committed
Added main content vuex
1 parent 282a708 commit e388f1f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

store/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { createStore } from "vuex";
2+
3+
export default createStore({
4+
state: {},
5+
getters: {},
6+
mutations: {},
7+
actions: {},
8+
modules: {}
9+
});

0 commit comments

Comments
 (0)