From 30f2632fd97293d2a92a2d18e94b09128554f29b Mon Sep 17 00:00:00 2001 From: Yao Date: Mon, 30 Jul 2018 14:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20tree-select=20demo=20(#392?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/pages/dashboard/config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/example/pages/dashboard/config.js b/example/pages/dashboard/config.js index 84b9ed94..fc88e066 100644 --- a/example/pages/dashboard/config.js +++ b/example/pages/dashboard/config.js @@ -100,5 +100,14 @@ export default { path: '/pages/toptips/index' } ] + }, + complexComponent: { + title: '高阶组件', + content: [ + { + name: 'TreeSelect 分类选择', + path: '/pages/tree-select/index' + } + ] } };