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:
@@ -28,6 +28,10 @@ export const routes: RouterOptions['routes'] = [
|
||||
{
|
||||
path: '/button-edge',
|
||||
component: () => import('./EdgeWithButton/EdgeWithButton.vue')
|
||||
},
|
||||
{
|
||||
path: '/edge-types',
|
||||
component: () => import('./EdgeTypes')
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user