增加 tree-select demo (#392)

This commit is contained in:
Yao 2018-07-30 14:45:58 +08:00 committed by GitHub
parent d2ef7fbc03
commit 30f2632fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,5 +100,14 @@ export default {
path: '/pages/toptips/index' path: '/pages/toptips/index'
} }
] ]
},
complexComponent: {
title: '高阶组件',
content: [
{
name: 'TreeSelect 分类选择',
path: '/pages/tree-select/index'
}
]
} }
}; };