examples: add screenshot example (#1456)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user