Merge pull request #5382 from landluck/chore/update_demo

chore: add cascader entry into demo
This commit is contained in:
landluck 2023-05-17 10:29:39 +08:00 committed by GitHub
commit a6005980c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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