klivak

Results 4 comments of klivak

``` ``` Question is old, but that could help somebody. Just add ':mute="true"'

I had, maybe, the same error few month ago in IE11. You may try something from this https://github.com/staskjs/vue-slick/issues/80

Fixed this by adding this script before main script. ``` var ua = window.navigator.userAgent; var msie = ua.indexOf('MSIE '); var trident = ua.indexOf('Trident/'); var edge = ua.indexOf('Edge/'); if ((msie >...

Rolling back to version 1.10.0 also fixed this issue. It appeared when I was running yarn prod.