Fixed websockets in navigation

This commit is contained in:
Torsten Schulz
2024-12-04 22:51:04 +01:00
parent 069c97fa90
commit 8c15fb7f2b
9 changed files with 61 additions and 34 deletions

View File

@@ -31,6 +31,4 @@ app.use(router);
app.use(i18n);
app.use(vuetify);
store.dispatch('loadLoginState');
app.mount('#app');