Skip to content

Commit 96cee23

Browse files
committed
chore: add eslint comments
1 parent d787ed5 commit 96cee23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/coreui-vue/src/components/dropdown/CDropdown.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ const CDropdown = defineComponent({
228228
) {
229229
event.preventDefault()
230230
const target = event.target as HTMLElement
231+
// eslint-disable-next-line unicorn/prefer-spread
231232
const items: HTMLElement[] = Array.from(
232233
dropdownMenuRef.value.querySelectorAll('.dropdown-item:not(.disabled):not(:disabled)'),
233234
)

0 commit comments

Comments
 (0)