perf: improve flowChart logic

This commit is contained in:
Vben
2021-04-17 18:36:49 +08:00
parent 2576735ade
commit e1bc33f5c5
44 changed files with 416 additions and 780 deletions

View File

@@ -240,14 +240,7 @@ 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',