feat: migrate TreeSelect component

This commit is contained in:
chenjiahan
2020-07-12 15:34:08 +08:00
parent d04c8c1e24
commit 7a197fc90f
13 changed files with 1281 additions and 24 deletions

View File

@@ -302,10 +302,10 @@ module.exports = {
path: 'pagination',
title: 'Pagination 分页',
},
// {
// path: 'sidebar',
// title: 'Sidebar 侧边导航',
// },
{
path: 'sidebar',
title: 'Sidebar 侧边导航',
},
// {
// path: 'tab',
// title: 'Tab 标签页',
@@ -314,10 +314,10 @@ module.exports = {
// path: 'tabbar',
// title: 'Tabbar 标签栏',
// },
// {
// path: 'tree-select',
// title: 'TreeSelect 分类选择',
// },
{
path: 'tree-select',
title: 'TreeSelect 分类选择',
},
],
},
{
@@ -636,10 +636,10 @@ module.exports = {
path: 'pagination',
title: 'Pagination',
},
// {
// path: 'sidebar',
// title: 'Sidebar',
// },
{
path: 'sidebar',
title: 'Sidebar',
},
// {
// path: 'tab',
// title: 'Tab',
@@ -648,10 +648,10 @@ module.exports = {
// path: 'tabbar',
// title: 'Tabbar',
// },
// {
// path: 'tree-select',
// title: 'TreeSelect',
// },
{
path: 'tree-select',
title: 'TreeSelect',
},
],
},
{