Open your examples in ie11. They doesn't work.
Plugin works in ie11 browser, or it is mentioned in documentation that it doesn't in huge black letters)
It throws error SCRIPT1003: Expected ':' in console and blocks all following js code.
This issue was mentioned here https://github.com/surmon-china/vue-awesome-swiper/issues/216
But it was not fixed...
To fix the issue you need to transpile dom7 and swiper plugins. Please add it to documentation before closing this issue. In vue.config.js it looks this way
transpileDependencies: [
'dom7',
'swiper'
],
Does the above solution mention solve the issue for IE11. I have implemented the same but it did not work for my case. Your help will be appreciated.
Does the above solution mention solve the issue for IE11. I have implemented the same but it did not work for my case. Your help will be appreciated.
Well, what I did was upgrading vue cli together with vue itself to latest version and then adding transpile dependencies to vue.config.js. That's it.
@aridee2990 Did you manage to make it work? I am currentl facing the same issue in IE11, adding the transpileDependencies did not do the trick for me.
Facing the same issue, any final solution?? did older version of vue-awesom-swiper worked with IE?
Update swiper to 6.0.2 will solve this problem.
Use the old version of swiper 4 and vue-awesome-swiper v3.1.3 to run.
Update
swiperto6.0.2will solve this problem.
Later swiper version doesn't work with Vue directive for SSR. Hence upgrading swiper beyond 5.4.5 became not a option :(
Most helpful comment
To fix the issue you need to transpile dom7 and swiper plugins. Please add it to documentation before closing this issue. In vue.config.js it looks this way
transpileDependencies: [ 'dom7', 'swiper' ],