update(examples): Add validation and zoom pan helper example

This commit is contained in:
Braks
2021-10-22 13:03:14 +02:00
parent babcbd0e1f
commit 8779a58bab
7 changed files with 171 additions and 1 deletions
+8
View File
@@ -97,6 +97,14 @@ export const routes: RouterOptions['routes'] = [
path: '/update-node-internals',
component: () => import('./UpdateNodeInternals/UpdateNodeInternalsExample.vue'),
},
{
path: '/validation',
component: () => import('./Validation/ValidationExample.vue'),
},
{
path: '/zoom-pan-helper',
component: () => import('./ZoomPanHelper/ZoomPanHelperExample.vue'),
},
]
export const router = createRouter({