Closed mjss closed 6 years ago
Oh, please excuse me, but I made all these changes in the morning, and just testing vue-lock before bulk release.
I am not just very good in Vue, and having problems with a testing :)
Could you double check that everything works as expected? And thank you. (and sorry for conflicts)
Great! I tested in our setup with IE10, v0.3.0 don't need the polyfills anymore :)
closing my PR
Making things better is our duty.
Should fix #3 ES6 spread operator is nice but Babel requires
Array.from
to transpile it (http://babeljs.io/docs/usage/caveats/#polyfills). From our observation, the babel-transpiled code contains two ES6 methods:Array.from
andArray.find
. Refactoring the spread operator andArray.find
can make this module support IE10+ without any polyfills.