From 7d29ff2b7a77f0ae2074755f1ab79c27192c1c2d Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 6 Mar 2024 16:04:02 +0100 Subject: [PATCH] chore(Button): use `props` instead of `$props` --- src/runtime/components/Button.vue | 2 +- test/components/Button.spec.ts | 1 + test/components/__snapshots__/Button.spec.ts.snap | 9 ++------- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/runtime/components/Button.vue b/src/runtime/components/Button.vue index c4e03c8c..54711721 100644 --- a/src/runtime/components/Button.vue +++ b/src/runtime/components/Button.vue @@ -85,7 +85,7 @@ const trailingIconName = computed(() => {