fix(components): [dropdown-item] remove redundant attributes (#18340)

This commit is contained in:
betavs 2024-10-13 08:44:44 +08:00 committed by GitHub
parent ba59b5d20e
commit 88bf23e4b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@
v-if="divided"
role="separator"
:class="ns.bem('menu', 'item', 'divided')"
v-bind="$attrs"
/>
<li
:ref="itemRef"