From 8715142079e02686eb3dcd0109c3e1b0844417e7 Mon Sep 17 00:00:00 2001 From: landluck Date: Tue, 16 May 2023 21:51:37 +0800 Subject: [PATCH] chore: add cascader entry into demo --- example/config.js | 4 ++++ 1 file changed, 4 insertions(+) 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 复选框',