This commit is contained in:
j3d1 2024-01-25 21:06:29 +01:00
parent a83fa12fef
commit f289bb4762

View file

@ -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,