mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
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