update(examples): Add multi flows example

This commit is contained in:
Braks
2021-10-21 14:55:19 +02:00
parent 712cf3ef66
commit 0a9c1b0717
4 changed files with 47 additions and 0 deletions
+4
View File
@@ -49,6 +49,10 @@ export const routes: RouterOptions['routes'] = [
path: '/layouting',
component: () => import('./Layouting/LayoutingExample.vue'),
},
{
path: '/multi-flows',
component: () => import('./MultiFlows/MultiFlowsExample.vue'),
},
]
export const router = createRouter({