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:
@@ -16,6 +16,10 @@ export const routes = [
|
||||
{
|
||||
path: '/drag-n-drop',
|
||||
component: () => import('./DragNDrop/DnD.vue')
|
||||
},
|
||||
{
|
||||
path: '/edges',
|
||||
component: () => import('./Edges')
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user