examples: add screenshot example (#1456)

This commit is contained in:
braks
2024-06-08 16:56:21 +02:00
parent 6503b3e9ed
commit f74be96b2d
11 changed files with 747 additions and 300 deletions
+4
View File
@@ -126,6 +126,10 @@ export const routes: RouterOptions['routes'] = [
path: '/pinia',
component: () => import('./src/Pinia/PiniaExample.vue'),
},
{
path: '/screenshot',
component: () => import('./src/Screenshot/ScreenshotExample.vue'),
},
]
export const router = createRouter({