fix Bug or add example

This commit is contained in:
Ah jung
2021-07-16 17:41:11 +08:00
parent a6aa6d4d6d
commit b4857a7559
27 changed files with 780 additions and 304 deletions

View File

@@ -24,16 +24,16 @@ const routes: Array<RouteRecordRaw> = [
redirect: '/comp/console',
component: Layout,
meta: {
title: '组件',
title: '组件示例',
icon: renderIcon(WalletOutlined ),
sort: 1
sort: 8
},
children: [
{
path: 'table',
name: `${ routeName }_table`,
meta: {
title: '基础表格',
title: '表格',
},
component: () => import('@/views/comp/table/list.vue')
}