This commit is contained in:
@@ -4,7 +4,13 @@ import Vuex from "vuex";
|
||||
Vue.use(Vuex);
|
||||
|
||||
export default new Vuex.Store({
|
||||
state: {},
|
||||
state: {
|
||||
authenticated: false,
|
||||
mockAccount: {
|
||||
username: "manager",
|
||||
password: "letmein"
|
||||
}
|
||||
},
|
||||
mutations: {},
|
||||
actions: {}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user