Skip to content

Commit 020043c

Browse files
committed
fix(dropdown): remove useless data-variant attribute
1 parent 6e28c16 commit 020043c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/dropdown/DropdownMenuItem.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ const rootContext = injectDropdownMenuContentContext()
3030
<DropdownMenuItem
3131
class="ui-MenuItem"
3232
:data-accent-color="props.color || rootContext.color.value"
33-
:data-variant="rootContext.variant.value"
3433
:data-high-contrast="rootContext.highContrast?.value || undefined"
3534
v-bind="forwarded"
3635
>

0 commit comments

Comments
 (0)