2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 16:59:02 +00:00

fix(vue): add props to offline package

This commit is contained in:
Vjacheslav Trushkin 2023-04-02 09:56:58 +03:00
parent 0027e7281e
commit 5a1460f22c

View File

@ -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,