From 68885b46b318034aa8a9405ab6251cd89161c825 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Thu, 16 Jan 2025 10:30:42 +0200 Subject: [PATCH] fix(component): re-enable fallback attrs such as 'disabled' for split button --- front/src/components/ui/Button.vue | 20 ++++++++++++-------- front/ui-docs/components/ui/button.md | 20 +++++++++++++++----- 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/front/src/components/ui/Button.vue b/front/src/components/ui/Button.vue index 58ed125cf..938f9baee 100644 --- a/front/src/components/ui/Button.vue +++ b/front/src/components/ui/Button.vue @@ -61,10 +61,12 @@ onMounted(() => {
+## Split button + + + + + + + + ## Button states ### On/Off