feat(example): Add empty canvas example
* Add nodes on button click to an otherwise empty flowchart canvas
This commit is contained in:
@@ -32,6 +32,10 @@ export const routes: RouterOptions['routes'] = [
|
||||
{
|
||||
path: '/edge-types',
|
||||
component: () => import('./EdgeTypes')
|
||||
},
|
||||
{
|
||||
path: '/empty',
|
||||
component: () => import('./Empty')
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user