vue-paginate
vue-paginate copied to clipboard
IE 11
Running into the Object doesn't support property or method 'find'. Any suggestions to fix this issue?
Nevermind, found a polyfill.
http://babeljs.io/docs/usage/polyfill/
I just came here to post this same issue. In my case, compiling the script isn't an option, is there an alternative?
I'm seeing this same issue in IE 11:
[Vue warn]: Error in watcher "$parent.paginate"
SCRIPT438: Object doesn't support property or method 'find'
Looks like you could include the polyfill before your script.
http://babeljs.io/docs/usage/polyfill/#usage-in-browser
babel-polyfill