From f289bb47621d048f490f6c9ed035f7e6040ced30 Mon Sep 17 00:00:00 2001 From: jedi Date: Thu, 25 Jan 2024 21:06:29 +0100 Subject: [PATCH] stash --- web/src/store.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/store.js b/web/src/store.js index 7ee6614..388b42b 100644 --- a/web/src/store.js +++ b/web/src/store.js @@ -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,