From 0f06b7c3fea466eceb76c94503eb7870b5ec8a8e Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 19 Jul 2023 13:07:27 +0200 Subject: [PATCH] chore(Button): use `ULinkCustom` with all `NuxtLink` props --- src/runtime/components/elements/Button.vue | 56 +++++++--------------- 1 file changed, 16 insertions(+), 40 deletions(-) diff --git a/src/runtime/components/elements/Button.vue b/src/runtime/components/elements/Button.vue index e34b9d2f..8c591f17 100644 --- a/src/runtime/components/elements/Button.vue +++ b/src/runtime/components/elements/Button.vue @@ -1,10 +1,5 @@