This commit is contained in:
2018-11-05 23:36:46 +00:00
parent a198bfcfb9
commit a9e8bfdaa3
8 changed files with 209 additions and 70 deletions

View File

@@ -6,10 +6,10 @@ Vue.use(Vuex);
export default new Vuex.Store({
state: {
authenticated: false,
mockAccount: {
username: "manager",
password: "letmein"
}
mockAccount: {
username: "manager",
password: "letmein"
}
},
mutations: {},
actions: {}