feat(examples): add node-toolbar example
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -18,6 +18,10 @@ export const routes: RouterOptions['routes'] = [
|
||||
path: '/snap-handle',
|
||||
component: () => import('./src/SnapHandle/SnapHandleExample.vue'),
|
||||
},
|
||||
{
|
||||
path: '/node-toolbar',
|
||||
component: () => import('./src/NodeToolbar/NodeToolbarExample.vue'),
|
||||
},
|
||||
{
|
||||
path: '/custom-connectionline',
|
||||
component: () => import('./src/CustomConnectionLine/CustomConnectionLine.vue'),
|
||||
|
||||
Reference in New Issue
Block a user