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

@@ -240,6 +240,14 @@ const comp: AppRouteModule = {
title: t('routes.demo.comp.cropperImage'),
},
},
{
path: 'flowChart',
name: 'flowChartDemo',
component: () => import('/@/views/demo/comp/flow-chart/index.vue'),
meta: {
title: t('routes.demo.comp.flowChart'),
},
},
{
path: 'timestamp',
name: 'TimeDemo',