feat(example): Add interaction demo

* Showcase how to dynamically activate/deactivate different options of the flowchart
This commit is contained in:
Braks
2021-08-16 21:51:53 +02:00
parent e4a094017d
commit 23c5d2415c
2 changed files with 176 additions and 0 deletions
+4
View File
@@ -40,6 +40,10 @@ export const routes: RouterOptions['routes'] = [
{
path: '/hidden',
component: () => import('./Hidden')
},
{
path: '/interaction',
component: () => import('./Interaction')
}
];