Commit 98f1e332 authored by Miguel Rincon's avatar Miguel Rincon

Create state as function

parent d5c5e00c
...@@ -14,7 +14,7 @@ export const createStore = () => ...@@ -14,7 +14,7 @@ export const createStore = () =>
namespaced: true, namespaced: true,
actions, actions,
mutations, mutations,
state, state: state(),
getters, getters,
}, },
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment