From 74b5fb610413a232716aee4c3ad23713ebcc6d13 Mon Sep 17 00:00:00 2001 From: hzlilang Date: Tue, 12 Jun 2018 11:03:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?multi.select=20=E5=A2=9E=E5=8A=A0=E8=BF=9C?= =?UTF-8?q?=E7=A8=8B=E6=95=B0=E6=8D=AE=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/source/doc.js | 2 +- .../components/form/KLMultiSelect/index.html | 4 +- src/js/components/form/KLMultiSelect/index.js | 16 ++++++ src/js/components/form/KLMultiSelect/index.md | 57 +++++++++++++++++++ 4 files changed, 76 insertions(+), 3 deletions(-) diff --git a/doc/source/doc.js b/doc/source/doc.js index 6630a1f3..41e44bdd 100644 --- a/doc/source/doc.js +++ b/doc/source/doc.js @@ -108,7 +108,7 @@ const doc = (isDev, callback) => { // 组件文档 CATES.forEach((c) => { const components = getComponents(c.cate).filter((comp) => { - if (isDev && !/^KL(Sidebar|Modal|Draggable|Button|Loading|ImagePreview)$/.test(comp)) { + if (isDev && !/^KL(Sidebar|Modal|Draggable|Button|Loading|ImagePreview|MultiSelect)$/.test(comp)) { return false; } diff --git a/src/js/components/form/KLMultiSelect/index.html b/src/js/components/form/KLMultiSelect/index.html index 137de71e..469eebc6 100644 --- a/src/js/components/form/KLMultiSelect/index.html +++ b/src/js/components/form/KLMultiSelect/index.html @@ -40,13 +40,13 @@