mdi-vue icon indicating copy to clipboard operation
mdi-vue copied to clipboard

Vue 3: Class binding is not working

Open larescze opened this issue 3 years ago • 2 comments

Since version ^3.0.6 class binding is not working.

No problem for version 3.0.5.

larescze avatar May 18 '21 20:05 larescze

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.

therufa avatar May 20 '21 09:05 therufa

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

BryceBarbara avatar Jun 11 '21 19:06 BryceBarbara