vue-paginate
vue-paginate copied to clipboard
Added pageinate-links custom tag support & improved compatibility
- Allows
<paginate-links>custom tag (as is mentioned in issue #46) to support a wider range of UI framework - Click handler could be placed at various layers
- Updated
README.mdwith these introductions of this feature - Fixed browser compatibility: many browsers (such as Edge) does not support
forEach()function onNodeList(return value ofquerySelectAll()).
Ah, just ran into this issue with forEach() on NodeList. Was trying to use polyfill.io but even they don't support it since it's not actually in spec. Would be great if this can be merged in. Thanks for the work @chazeon