RT server and signalr

This commit is contained in:
2026-02-15 20:33:08 +01:00
parent 6d8ae9bef6
commit cc47ac3a59
13 changed files with 214 additions and 1 deletions

View File

@@ -11,6 +11,12 @@ const router = createRouter({
component: HomeView,
meta: { requiresAuth: false },
},
{
path: '/test',
name: 'test',
component: () => import('../views/TestView.vue'),
meta: { requiresAuth: false },
},
{
path: '/about',
name: 'about',