From 88c1172924d313009bafb718759ab0fd03138cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taha=20Okumu=C5=9F?= <51010000+tahaokumus@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:59:44 +0300 Subject: [PATCH] Fixed button docs inconsistencies (#223) * fix: Fixed dropzone not applying multiple prop (#185) * fix: Fixed button docs inconsistencies --- docs/components/button.md | 30 +++++++------------ .../button/examples/ButtonLinkExample.vue | 1 + 2 files changed, 12 insertions(+), 19 deletions(-) diff --git a/docs/components/button.md b/docs/components/button.md index 3816192..5f926de 100644 --- a/docs/components/button.md +++ b/docs/components/button.md @@ -193,13 +193,12 @@ defineProps({ import { Button } from 'flowbite-vue' ``` @@ -359,18 +358,11 @@ defineProps({ import { Button } from 'flowbite-vue' ``` ## Prop - href diff --git a/docs/components/button/examples/ButtonLinkExample.vue b/docs/components/button/examples/ButtonLinkExample.vue index 9f67272..cc57b73 100644 --- a/docs/components/button/examples/ButtonLinkExample.vue +++ b/docs/components/button/examples/ButtonLinkExample.vue @@ -1,6 +1,7 @@