mirror of
https://github.com/iconify/iconify.git
synced 2024-12-05 02:33:16 +00:00
fix(vue): add props to offline package
This commit is contained in:
parent
0027e7281e
commit
5a1460f22c
@ -73,7 +73,7 @@ export function addCollection(
|
||||
/**
|
||||
* Component
|
||||
*/
|
||||
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