Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 8b3e85b

Browse files
committed
chore: add focusable attr
1 parent 99b46ae commit 8b3e85b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/c-icon/src/icon.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export const CIcon = defineComponent({
5151
flexShrink: 0,
5252
color: 'currentColor',
5353
innerHTML: icon.value.path,
54+
focusable: false,
5455
viewBox: fallbackIcon.viewBox,
5556
}))
5657

0 commit comments

Comments
 (0)