rework Menu Bar / Rework socketioStore

This commit is contained in:
2026-03-21 07:33:12 -04:00
parent 8214f0543a
commit 3f3a5136eb
24 changed files with 1278 additions and 526 deletions

View File

@@ -22,6 +22,11 @@ const routes: RouteRecordRaw[] = [
name: 'Test',
component: () => import('pages/TestPage.vue')
},
{
path: 'device-info',
name: 'DeviceInfo',
component: () => import('pages/DeviceInfo.vue'),
},
],
},