feat: add Cascader component
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user