This commit is contained in:
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user