Skip to content

Commit

Permalink
fix(kdropdownitem): minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Jun 18, 2024
1 parent e221b8f commit 099ef64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KDropdown/KDropdownItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const strippedAttrs = computed((): typeof attrs => {
// remove some attributes because we want them on wrapper element not the trigger element
delete modifiedAttrs.class
delete modifiedAttrs.disable
delete modifiedAttrs.disabled
delete modifiedAttrs.style
return modifiedAttrs
Expand Down

0 comments on commit 099ef64

Please sign in to comment.