Loading static/components/pieces/Pagination.js 0 → 100644 +6 −0 Original line number Diff line number Diff line export default { view(vnode) { // TODO Implement actually pages, not just a single page with only the first 100 elements. return vnode.attrs.elements.take(100).toArray() } } Loading
static/components/pieces/Pagination.js 0 → 100644 +6 −0 Original line number Diff line number Diff line export default { view(vnode) { // TODO Implement actually pages, not just a single page with only the first 100 elements. return vnode.attrs.elements.take(100).toArray() } }