fix: 调整config.json 以及添加部分表格相关文档
This commit is contained in:
@@ -45,7 +45,17 @@ export const sidebar = {
|
||||
link: '/table',
|
||||
items: [
|
||||
{ text: 'deleteButton', link: '/deleteButton',},
|
||||
{ text: 'nzDataList', link: '/nzDataList',},
|
||||
{
|
||||
text: 'nzDataList',
|
||||
link: '/nzDataList',
|
||||
items:[
|
||||
{text:'searchBox', link: '/searchBox'},
|
||||
{text:'searchInput', link: '/searchInput'},
|
||||
{text:'bottomBox', link: '/bottomBox'},
|
||||
]
|
||||
},
|
||||
{ text: 'rightBox', link: '/rightBox',},
|
||||
{ text: 'nzDetailView', link: '/nzDetailView',},
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user