mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 12:09:46 +08:00
feat: add flowChart Component (#488)
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user