rework Menu Bar / Rework socketioStore
This commit is contained in:
@@ -22,6 +22,11 @@ const routes: RouteRecordRaw[] = [
|
||||
name: 'Test',
|
||||
component: () => import('pages/TestPage.vue')
|
||||
},
|
||||
{
|
||||
path: 'device-info',
|
||||
name: 'DeviceInfo',
|
||||
component: () => import('pages/DeviceInfo.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user