f / vue-wait

Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications
MIT License
2k stars 101 forks source link

It does not work Internet Explorer 11 #54

Closed MustafaDal closed 6 years ago

MustafaDal commented 6 years ago

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'"

sky-code commented 6 years ago

Hello, try to use polyfill google

MustafaDal commented 6 years ago

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

includes-ss

f commented 6 years ago

I think polyfill should be loaded before vue-wait.

6 Eyl 2018 Per, 13:48 tarihinde, Mustafa Dal notifications@github.com şunu yazdı:

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

[image: includes-ss] https://user-images.githubusercontent.com/11693453/45152163-e6523680-b1d8-11e8-9f33-1745826a9f14.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/f/vue-wait/issues/54#issuecomment-419050296, or mute the thread https://github.com/notifications/unsubscribe-auth/AAL_fUHKRd_OLpu62lg42BYd-dx0-s_Rks5uYP2TgaJpZM4Wcdfx .

MustafaDal commented 6 years ago

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']