feat(example): Add hidden example

* Check if node/edge is hidden before rendering
This commit is contained in:
Braks
2021-08-16 21:41:16 +02:00
parent 489e12a8a7
commit e4a094017d
4 changed files with 107 additions and 49 deletions
+4
View File
@@ -36,6 +36,10 @@ export const routes: RouterOptions['routes'] = [
{
path: '/empty',
component: () => import('./Empty')
},
{
path: '/hidden',
component: () => import('./Hidden')
}
];