vue-js-toggle-button icon indicating copy to clipboard operation
vue-js-toggle-button copied to clipboard

Error in IE 11

Open jbardnz opened this issue 6 years ago • 2 comments
trafficstars

Hi there,

I have come across an error in IE 11:

Syntax Error: node_modules/vue-js-toggle-button/src/Button.vue:40

The issue appears to be on these lines:

const contains = (object, title) => { return typeof object === 'object' && object.hasOwnProperty(title) }

I actually use the same syntax in my own project and that doesn't give an IE 11 issue - so possibly the error is related to how this plugin is compiled?

If I can be of any other help let me know.  

jbardnz avatar Apr 15 '19 01:04 jbardnz

Hey ! Got exactly the same problem... Would be nice if we can find a fix :)

Splashdown avatar May 14 '19 14:05 Splashdown

Any updates?

east2dd avatar Jun 21 '19 15:06 east2dd