mirror of
https://github.com/iconify/iconify.git
synced 2025-01-07 07:34:22 +00:00
[vue3]: fix typo props component Icon
This commit is contained in:
parent
6e6fbe15a1
commit
3d8c3cedd7
@ -236,7 +236,7 @@ interface IconComponentData {
|
|||||||
classes?: string[];
|
classes?: string[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export const Icon = defineComponent({
|
export const Icon = defineComponent<IconProps>({
|
||||||
// Do not inherit other attributes: it is handled by render()
|
// Do not inherit other attributes: it is handled by render()
|
||||||
inheritAttrs: false,
|
inheritAttrs: false,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user