feat: Add Table component and add useTable hook

This commit is contained in:
陈凯龙
2022-02-09 16:19:21 +08:00
parent b271e13227
commit 17e8e7cda9
10 changed files with 387 additions and 69 deletions

View File

@@ -155,6 +155,14 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
meta: {
title: 'UseTable'
}
},
{
path: 'ref-table',
component: () => import('@/views/Components/Table/RefTable.vue'),
name: 'RefTable',
meta: {
title: 'RefTable'
}
}
]
},