From 22c44225c2d50124ab64e32638abe0d024cc4bd6 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Fri, 27 Dec 2024 12:03:19 +1100 Subject: [PATCH] feat(loading button): add disabled states --- components/LoadingButton.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/LoadingButton.vue b/components/LoadingButton.vue index ec0adfa..8a4605a 100644 --- a/components/LoadingButton.vue +++ b/components/LoadingButton.vue @@ -1,7 +1,7 @@