Skip to content

Commit 5687514

Browse files
authored
Merge pull request ninecat-ui#8 from buuing/dev
feat: add tree component
2 parents f55bc91 + 4924af6 commit 5687514

File tree

8 files changed

+1234
-2
lines changed

8 files changed

+1234
-2
lines changed

doc/doc.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,12 @@ export default {
110110
{
111111
path: '/nPagination',
112112
name: 'Pagination'
113-
}]
113+
},
114+
{
115+
path: '/nTree',
116+
name: 'Tree'
117+
}
118+
]
114119
},
115120
{
116121
groupName: dataEntryString,

0 commit comments

Comments
 (0)