holiber / sl-vue-tree

Customizable draggable tree component for Vue.js
https://holiber.github.io/sl-vue-tree/
MIT License
345 stars 78 forks source link

IE11 compatibility #53

Open elodieburtin opened 5 years ago

elodieburtin commented 5 years ago

Hi, It seems there was an issue with the build of version 1.8.4 (which is currently the latest version available on npm): it includes arrow functions, and is therefore not compatible with IE11. The issue was not present in 1.8.3, and when I execute npm run build on the cloned repo, the code is correctly transpiled. Thanks!

erwiese commented 4 years ago

The IE11 demo on https://holiber.github.io/sl-vue-tree/demo/ie11test.html does not work on IE11, at least for me. Because of the arrow functions.

Mafii commented 4 years ago

Any updates on this? I still get the same error...

However, if I fix my version to 1.8.3 it works, thanks @elodieburtin