therufa / mdi-vue

Material design icons for vue.js
https://www.npmjs.com/package/mdi-vue
MIT License
88 stars 13 forks source link

'class' property access warning for ts with vue 3 #56

Closed nekvinder closed 3 years ago

nekvinder commented 3 years ago

Using vue3 + ts, the console shows warning for 'class' prop, not defined but used in the template.

therufa commented 3 years ago

thanks for the fix @nekvinder ! The release should be out now

nekvinder commented 3 years ago

Cool, welcome :)