therufa / mdi-vue

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

Vue 3: Class binding is not working #60

Open larescze opened 3 years ago

larescze commented 3 years ago

Since version ^3.0.6 class binding is not working.

No problem for version 3.0.5.

therufa commented 3 years ago

Thanks @larescze for reporting this issue, it's most likely due to the class property which was added with the goal to resolve some TS related warnings.

BryceBarbara commented 3 years ago

In the code here, you'd just need to include the class property along with the staticClass property.