aboutsummaryrefslogtreecommitdiff
path: root/client/src/store/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/store/index.js')
-rw-r--r--client/src/store/index.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/src/store/index.js b/client/src/store/index.js
new file mode 100644
index 0000000..5f05f19
--- /dev/null
+++ b/client/src/store/index.js
@@ -0,0 +1,12 @@
+import { createStore } from 'vuex'
+
+export default createStore({
+ state: {
+ },
+ mutations: {
+ },
+ actions: {
+ },
+ modules: {
+ }
+})