feat(example): Add edge types example (stress tests)

* Remove a lot of computed functions or merge them into existing ones
*
This commit is contained in:
Braks
2021-08-16 21:17:38 +02:00
parent 15f968c607
commit 384c05240f
13 changed files with 268 additions and 109 deletions
+4
View File
@@ -28,6 +28,10 @@ export const routes: RouterOptions['routes'] = [
{
path: '/button-edge',
component: () => import('./EdgeWithButton/EdgeWithButton.vue')
},
{
path: '/edge-types',
component: () => import('./EdgeTypes')
}
];