Skip to content

Commit

Permalink
Merge pull request #2 from qburst/fix/18547-no-button-element-for-vch…
Browse files Browse the repository at this point in the history
…ip-close-button

fix(VChip): button element for VChip close button
  • Loading branch information
amal-qb authored Nov 1, 2023
2 parents aeabb45 + 7f238dd commit 22f7471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuetify/src/components/VChip/VChip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export const VChip = genericComponent<VChipSlots>()({
)}

{ hasClose && (
<div
<button
key="close"
class="v-chip__close"
{ ...closeProps.value }
Expand All @@ -351,7 +351,7 @@ export const VChip = genericComponent<VChipSlots>()({
v-slots:default={ slots.close }
/>
)}
</div>
</button>
)}
</Tag>
)
Expand Down

0 comments on commit 22f7471

Please # to comment.