mirror of
https://github.com/iconify/iconify.git
synced 2025-01-05 15:02:09 +00:00
Merge remote-tracking branch 'tachibana-shin/main' into next
This commit is contained in:
commit
7bf2a53ab8
@ -236,7 +236,7 @@ interface IconComponentData {
|
||||
classes?: string[];
|
||||
}
|
||||
|
||||
export const Icon = defineComponent({
|
||||
export const Icon = defineComponent<IconProps>({
|
||||
// Do not inherit other attributes: it is handled by render()
|
||||
inheritAttrs: false,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user