This commit is contained in:
syuilo 2019-05-21 08:19:23 +09:00
parent e88701a3cf
commit 03aa7bbd1a
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ export default Vue.extend({
mixins: [
paging({
displayLimit: 20,
limit: 20,
onQueueChanged: (self, q) => {
self.count(q.length);

View file

@ -24,7 +24,7 @@ export default Vue.extend({
return {
pagination: {
endpoint: 'notes/featured',
limit: 30,
limit: 29,
},
notesComponent: