reinerBa / Vue-Responsive

A plugin for responsive handling with vue.js

Home Page:https://reinerba.github.io/Vue-Responsive/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1.1.0 to 1.3.0 breaks v-responsive tag

enrtama opened this issue · comments

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!

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

Version 1.3.1 should work. Right?