feat: add edge with button example

This commit is contained in:
Braks
2021-08-08 20:25:44 +02:00
parent 6912993ebd
commit 74a2a3d8c3
4 changed files with 139 additions and 0 deletions
+4
View File
@@ -24,6 +24,10 @@ export const routes: RouterOptions['routes'] = [
{
path: '/edges',
component: () => import('./Edges')
},
{
path: '/button-edge',
component: () => import('./EdgeWithButton/EdgeWithButton.vue')
}
];