diff --git a/example/config.js b/example/config.js index 6ca1e0a1..c278a052 100644 --- a/example/config.js +++ b/example/config.js @@ -45,6 +45,10 @@ export default [ path: '/calendar', title: 'Calendar 日历', }, + { + path: '/cascader', + title: 'Cascader 级联选择', + }, { path: '/checkbox', title: 'Checkbox 复选框',