reinerBa / Vue-Responsive

A plugin for responsive handling with vue.js
https://reinerba.github.io/Vue-Responsive/dist/
MIT License
99 stars 6 forks source link

1.1.0 to 1.3.0 breaks v-responsive tag #24

Open enrtama opened 2 years ago

enrtama commented 2 years ago

I recently installed latest version 1.3.0 and components stopped working, they no longer hide Downgrading to 1.1.0 fixed the problem. Could you please take a look?

Thank you!

reinerBa commented 2 years ago

Thanks for the hint! I'll fix and found out that my demo does not work.

Setting a style property with important does not work, as described here https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration/setProperty

reinerBa commented 2 years ago

Version 1.3.1 should work. Right?