chore: clear lint and sync admin story views

This commit is contained in:
2026-04-18 12:35:37 +08:00
parent bb575a7fe9
commit 9e1a17fa67
16 changed files with 670 additions and 355 deletions

View File

@@ -43,7 +43,7 @@ const router = createRouter({
component: () => import('./views/StoryDetail.vue'),
},
{
path: '/storybook/view',
path: '/storybook/view/:id?',
name: 'storybook-viewer',
component: () => import('./views/StorybookViewer.vue'),
},