From eb51083a27b95574a078272c8e11d7fa9d4f6606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Tue, 18 Oct 2022 01:06:04 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(component):=20end?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/component/src/component/tag/index.vue | 2 +- package/component/src/component/tag/interface.ts | 2 +- package/component/src/component/tagInput/index.vue | 8 ++++---- package/component/src/component/textarea/index.vue | 4 ++-- package/component/src/component/timeline/index.vue | 4 ++-- package/component/src/component/timelineItem/index.vue | 4 ++-- package/component/src/component/transfer/index.vue | 5 ++--- package/component/src/component/transition/index.vue | 4 ++-- package/component/src/component/treeSelect/index.vue | 4 ++-- package/component/src/component/upload/index.vue | 4 ++-- package/component/src/provider/index.vue | 4 ++-- 11 files changed, 22 insertions(+), 23 deletions(-) diff --git a/package/component/src/component/tag/index.vue b/package/component/src/component/tag/index.vue index a927e645..5a2c14a7 100644 --- a/package/component/src/component/tag/index.vue +++ b/package/component/src/component/tag/index.vue @@ -119,4 +119,4 @@ function useTagCustomStyle(props: TagProps) { - \ No newline at end of file + diff --git a/package/component/src/component/tag/interface.ts b/package/component/src/component/tag/interface.ts index e07c3229..ec7a8912 100644 --- a/package/component/src/component/tag/interface.ts +++ b/package/component/src/component/tag/interface.ts @@ -4,4 +4,4 @@ export type TagType = typeof TAG_COLORS[number]; export type TagShape = "square" | "round"; -export type TagVariant = "dark" | "light" | "plain"; \ No newline at end of file +export type TagVariant = "dark" | "light" | "plain"; diff --git a/package/component/src/component/tagInput/index.vue b/package/component/src/component/tagInput/index.vue index 6bde28d7..b0f9cf78 100644 --- a/package/component/src/component/tagInput/index.vue +++ b/package/component/src/component/tagInput/index.vue @@ -5,7 +5,7 @@ export default {