f / vue-wait

Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It does not work Internet Explorer 11

MustafaDal opened this issue · comments

This loader realy amazing and I'm happy to see made by a turkish people something open source.

when I use $wait.is('login'), error throw and everything stop working. Could you fix that, thanks.

[Vue warn]: Error in render: "TypeError: Object doesn't support property or method 'includes'"

Hello, try to use polyfill
google

Hi, I am already using polyfill but it isn't working for vue-wait

includes-ss

Just I changed webpack config and error gone, thanks for support.

from

entry: {
    polyfill: '@babel/polyfill',
    app: './src/main.js'
}

to
entry: ['@babel/polyfill', './src/main.js']