From ff124a6addc72a0fbd8c8270eee7ac0da5b8fe99 Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Fri, 26 Apr 2024 12:37:27 +0900 Subject: [PATCH] feat(control): add `:disabled` and `:tooltip` support on action bar button (#523) --- lib/components/SControlActionBarButton.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/components/SControlActionBarButton.vue b/lib/components/SControlActionBarButton.vue index 9c7a0688..5a4768cc 100644 --- a/lib/components/SControlActionBarButton.vue +++ b/lib/components/SControlActionBarButton.vue @@ -1,11 +1,13 @@