Skip to content

Commit

Permalink
fix(wedges-vue): bind props
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondmuller committed May 8, 2024
1 parent 50dc04d commit 9b32805
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/wedges-vue/src/components/button/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ const isNonDestructiveIconOnly

<template>
<Primitive
:as
:as-child
:class="
cn(
buttonVariants({ size, variant, shape, destructive }),
Expand All @@ -63,7 +61,7 @@ const isNonDestructiveIconOnly
props.class,
)
"
:disabled
v-bind="props"
>
<Slot
:class="[
Expand Down

0 comments on commit 9b32805

Please sign in to comment.