UNPKG

vue-pagination-2

Version:
27 lines (24 loc) 618 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function () { return { format: true, chunk: 10, chunksNavigation: 'fixed', edgeNavigation: false, theme: 'bootstrap3', template: null, texts: { count: 'Showing {from} to {to} of {count} records|{count} records|One record', first: 'First', last: 'Last', nextPage: '>', nextChunk: '>>', prevPage: '<', prevChunk: '<<' } }; }; module.exports = exports['default'];