Merge pull request #5138 from landluck/hotfix/fix_cascader_doc_error

docs(cascader): add cascader doc link
This commit is contained in:
landluck 2022-12-12 16:08:29 +08:00 committed by GitHub
commit 011fa00577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,6 +113,10 @@ export default {
path: 'calendar',
title: 'Calendar 日历',
},
{
path: 'cascader',
title: 'Cascader 级联选择',
},
{
path: 'checkbox',
title: 'Checkbox 复选框',