feat(pages): separate station-page from dashboard-page
This commit is contained in:
@@ -17,6 +17,10 @@ const router = createRouter({
|
||||
path: 'dashboard',
|
||||
component: () => import('@/pages/dashboard-page.vue'),
|
||||
},
|
||||
{
|
||||
path: 'station',
|
||||
component: () => import('@/pages/station-page.vue'),
|
||||
},
|
||||
{
|
||||
path: 'device',
|
||||
component: () => import('@/pages/device-page.vue'),
|
||||
|
||||
Reference in New Issue
Block a user