FortAwesome / vue-fontawesome

Font Awesome Vue component
https://fontawesome.com
MIT License
2.38k stars 134 forks source link

Backport index.d.ts from 3.x branch #463

Open last-partizan opened 1 year ago

last-partizan commented 1 year ago

This fixes

error TS2345: Argument of type ... is not assignable to parameter of type .. Property 'functional' is missing in type ..

For vue 2


It was fixed for vue 3, but not for vue 2: https://github.com/FortAwesome/vue-fontawesome/issues/295