feat(example): Add interaction demo
* Showcase how to dynamically activate/deactivate different options of the flowchart
This commit is contained in:
@@ -40,6 +40,10 @@ export const routes: RouterOptions['routes'] = [
|
||||
{
|
||||
path: '/hidden',
|
||||
component: () => import('./Hidden')
|
||||
},
|
||||
{
|
||||
path: '/interaction',
|
||||
component: () => import('./Interaction')
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user