perf: #344
This commit is contained in:
@@ -209,6 +209,14 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
|
||||
meta: {
|
||||
title: t('router.tableVideoPreview')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'card-table',
|
||||
component: () => import('@/views/Components/Table/CardTable.vue'),
|
||||
name: 'CardTable',
|
||||
meta: {
|
||||
title: t('router.cardTable')
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user