This commit is contained in:
@@ -8,7 +8,8 @@ export default new Vuex.Store({
|
||||
authenticated: false,
|
||||
apiUrl: "http://localhost:7575/api/v8.0/",
|
||||
userId: 0,
|
||||
roles: 0
|
||||
roles: 0,
|
||||
navItems: []
|
||||
},
|
||||
mutations: {
|
||||
authenticated(state, data) {
|
||||
|
||||
Reference in New Issue
Block a user