update(examples): Add switch example

This commit is contained in:
Braks
2021-10-22 10:00:38 +02:00
parent 5611f79ea8
commit c23bbfaa4a
2 changed files with 51 additions and 0 deletions
+4
View File
@@ -77,6 +77,10 @@ export const routes: RouterOptions['routes'] = [
path: '/stress',
component: () => import('./Stress/StressExample.vue'),
},
{
path: '/switch',
component: () => import('./Switch/SwitchExample.vue'),
},
]
export const router = createRouter({