update(examples): Add layouting example
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user