feat(examples): Add grouping example

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-20 19:29:52 +01:00
parent 368b0de1b6
commit ecd38b232b
4 changed files with 86 additions and 0 deletions
+4
View File
@@ -109,6 +109,10 @@ export const routes: RouterOptions['routes'] = [
path: '/zoom-pan-helper',
component: () => import('./ZoomPanHelper/ZoomPanHelperExample.vue'),
},
{
path: '/nesting',
component: () => import('./Nesting/Nesting.vue'),
},
]
export const router = createRouter({