increase frontend flexibility

This commit is contained in:
2025-11-30 11:59:26 -08:00
parent 94ed7e05e2
commit a110aa6376
18 changed files with 396 additions and 43 deletions

View File

@@ -23,6 +23,11 @@ const router = createRouter({
name: 'chart',
component: () => import('../views/ChartView.vue'),
},
{
path: '/panel_test',
name: 'panel_test',
component: () => import('../views/PanelTest.vue'),
},
],
});