fix: 添加 table文档(30%)

This commit is contained in:
zhangyu
2024-05-24 18:27:29 +08:00
parent 1569281632
commit d95cde5875
12 changed files with 360 additions and 0 deletions

View File

@@ -40,6 +40,14 @@ export const sidebar = {
},
]
},
{
text: 'table',
link: '/table',
items: [
{ text: 'deleteButton', link: '/deleteButton',},
{ text: 'nzDataList', link: '/nzDataList',},
]
}
],
}
],