stash
This commit is contained in:
parent
a83fa12fef
commit
f289bb4762
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ const store = createStore({
|
|||
users: [],
|
||||
groups: [],
|
||||
state_options: [],
|
||||
|
||||
lastEvent: '37C3',
|
||||
lastUsed: {},
|
||||
remember: false,
|
||||
|
@ -46,6 +47,7 @@ const store = createStore({
|
|||
afterInitHandlers: [],
|
||||
|
||||
showAddBoxModal: false,
|
||||
test: ['foo', 'bar', 'baz'],
|
||||
},
|
||||
getters: {
|
||||
route: state => router.currentRoute.value,
|
||||
|
|
Loading…
Reference in a new issue