From 106aadf78846c6fe283b906da7ec1e718dc2a9a5 Mon Sep 17 00:00:00 2001 From: sight <1453017105@qq.com> Date: Fri, 16 Sep 2022 00:36:09 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(component):=20[tag]=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=20tag=20=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/component/src/index.ts | 3 ++ .../src/document/zh-CN/components/dropdown.md | 2 +- .../src/document/zh-CN/components/tag.md | 32 +++++++++---------- .../src/view/utils/menus.ts | 6 ++++ 4 files changed, 26 insertions(+), 17 deletions(-) diff --git a/package/component/src/index.ts b/package/component/src/index.ts index 484d079d..97b4475d 100644 --- a/package/component/src/index.ts +++ b/package/component/src/index.ts @@ -90,6 +90,7 @@ import LayCascader from "./component/cascader/index"; import LayAffix from "./component/affix/index"; import LaySpace from "./component/space/index"; import LayTag from "./component/tag/index"; +import LayTagInput from "./component/tagInput/index"; import LayConfigProvider from "./provider"; import { InstallOptions } from "./types"; @@ -178,6 +179,7 @@ const components: Record = { LayAffix, LaySpace, LayTag, + LayTagInput, }; const install = (app: App, options?: InstallOptions): void => { @@ -273,6 +275,7 @@ export { LayAffix, LaySpace, LayTag, + LayTagInput, install, }; diff --git a/package/document-component/src/document/zh-CN/components/dropdown.md b/package/document-component/src/document/zh-CN/components/dropdown.md index 296c48fe..111d8c10 100644 --- a/package/document-component/src/document/zh-CN/components/dropdown.md +++ b/package/document-component/src/document/zh-CN/components/dropdown.md @@ -24,7 +24,7 @@ - + 下拉菜单