feat: add Cascader component

This commit is contained in:
chenjiahan
2020-07-02 14:33:34 +08:00
committed by neverland
parent d0c981142a
commit 8180478213
8 changed files with 242 additions and 0 deletions

View File

@@ -142,6 +142,10 @@ module.exports = {
path: 'calendar',
title: 'Calendar 日历',
},
{
path: 'cascader',
title: 'Cascader 级联选择'
},
{
path: 'checkbox',
title: 'Checkbox 复选框',
@@ -509,6 +513,10 @@ module.exports = {
path: 'calendar',
title: 'Calendar',
},
{
path: 'cascader',
title: 'Cascader'
},
{
path: 'checkbox',
title: 'Checkbox',