feat: Add node/edge types id

* ID can be used to switch between different types of nodes/edges
* Add example
This commit is contained in:
Braks
2021-10-22 08:49:53 +02:00
parent 26b3901bd5
commit 0a45e09c32
6 changed files with 87 additions and 3 deletions
+4
View File
@@ -57,6 +57,10 @@ export const routes: RouterOptions['routes'] = [
path: '/node-type-change',
component: () => import('./NodeTypeChange/NodeTypeChangeExample.vue'),
},
{
path: '/node-types-id-change',
component: () => import('./NodeTypesIdChange/NodeTypesIdChangeExample.vue'),
},
{
path: '/overview',
component: () => import('./Overview/Overview.vue'),