vue-paginate icon indicating copy to clipboard operation
vue-paginate copied to clipboard

IE 11

Open kferran opened this issue 8 years ago • 5 comments

Running into the Object doesn't support property or method 'find'. Any suggestions to fix this issue?

kferran avatar Feb 09 '17 20:02 kferran

Nevermind, found a polyfill.

http://babeljs.io/docs/usage/polyfill/

kferran avatar Feb 09 '17 21:02 kferran

I just came here to post this same issue. In my case, compiling the script isn't an option, is there an alternative?

retrogradeMT avatar Feb 09 '17 21:02 retrogradeMT

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'

sethjfischer avatar Feb 09 '17 21:02 sethjfischer

Looks like you could include the polyfill before your script.

http://babeljs.io/docs/usage/polyfill/#usage-in-browser

kferran avatar Feb 09 '17 22:02 kferran

babel-polyfill

iSuperCoder avatar Mar 28 '17 09:03 iSuperCoder