From be2d11d5d344a508e94abe3534726c80e1f1f271 Mon Sep 17 00:00:00 2001 From: Li Li Date: Sun, 1 Aug 2021 08:50:21 +0800 Subject: [PATCH] fix: Fix the invalid hot update of BasicButton when changing style outside (#1016) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: ignore bak dir Signed-off-by: LiLi * fix: 修复BasicButton在外部改变样式热更新无效问题 Signed-off-by: LiLi * chore: remove extra ignore Signed-off-by: LiLi * chore: ignore fix Signed-off-by: LiLi --- src/components/Button/src/BasicButton.vue | 9 +++++---- src/hooks/core/useAttrs.ts | 5 +++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/Button/src/BasicButton.vue b/src/components/Button/src/BasicButton.vue index ea1932212e4..3b6fb52fc83 100644 --- a/src/components/Button/src/BasicButton.vue +++ b/src/components/Button/src/BasicButton.vue @@ -8,18 +8,20 @@