vue-pagination-2
Version:
Vue.js 2 pagination component
27 lines (24 loc) • 618 B
JavaScript
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'];
;