orlyyani / read-more

A Vue.js read more plugin
MIT License
110 stars 34 forks source link

IE 11 is not supported #12

Open mdevine82 opened 5 years ago

mdevine82 commented 5 years ago

I think doing a build of the plugin through babel-polyfill would make it compatible with browsers that don't support the ES6 syntax.

IE 11 will display an error of: "SCRIPT1003: Expected ‘:’"

CyberDracula commented 5 years ago

i made a pull request to fix this one #13