update(examples): Add layouting example

This commit is contained in:
Braks
2021-10-21 14:47:32 +02:00
parent 6d197d7f2a
commit 712cf3ef66
6 changed files with 173 additions and 0 deletions
+4
View File
@@ -45,6 +45,10 @@ export const routes: RouterOptions['routes'] = [
path: '/interaction',
component: () => import('./Interaction/InteractionExample.vue'),
},
{
path: '/layouting',
component: () => import('./Layouting/LayoutingExample.vue'),
},
]
export const router = createRouter({