feat(example): Add custom edge example

update(example): fit view on custom node example
* node selection to use hooks
* dev script to use vue-tsc
This commit is contained in:
Braks
2021-08-08 19:28:45 +02:00
parent 6b9c608381
commit 2188c5d3d3
8 changed files with 209 additions and 34 deletions
+4
View File
@@ -16,6 +16,10 @@ export const routes = [
{
path: '/drag-n-drop',
component: () => import('./DragNDrop/DnD.vue')
},
{
path: '/edges',
component: () => import('./Edges')
}
];