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

No work in IE11 #6

Closed frandarko closed 5 years ago

frandarko commented 5 years ago

hello,

I see that vue-responsive not work in IE11. It´s correct? I tested in 2 diferents machines. This demo neither work: https://reiner.bamberger.rocks/Vue-Responsive/dist/#demoFour

thks

jasonrhaddix commented 5 years ago

I have the same issue and this is due to a template string being used in the index.js file - which are not supported in IE11

[...
    for (let key in self._rPermissions[binding.arg]) {
      validInputs.push(key)
      validPositiv.push(key)
      validInputs.push(`hidden-${key}`)  <-----------
    }
...]

I have opened a PR to fix this.

reinerBa commented 5 years ago

The bug is fixed but the public demo doesn`t works in IE11 because of webpack