feat: add flowChart Component (#488)

This commit is contained in:
啝裳
2021-04-17 06:06:08 +08:00
committed by GitHub
parent a863ad46b4
commit 2576735ade
33 changed files with 1180 additions and 0 deletions

View File

@@ -123,6 +123,13 @@ const menu: MenuModule = {
content: 'new',
},
},
{
path: 'flowChart',
name: t('routes.demo.comp.flowChart'),
tag: {
content: 'new',
},
},
{
path: 'countTo',
name: t('routes.demo.comp.countTo'),