mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-02 08:05:58 +09:00
Fix
This commit is contained in:
parent
1b2200ccf4
commit
f236d36ed3
@ -47,7 +47,7 @@ export default Vue.extend({
|
|||||||
|
|
||||||
mixins: [
|
mixins: [
|
||||||
paging({
|
paging({
|
||||||
displayLimit: 20,
|
limit: 20,
|
||||||
|
|
||||||
onQueueChanged: (self, q) => {
|
onQueueChanged: (self, q) => {
|
||||||
self.count(q.length);
|
self.count(q.length);
|
||||||
|
@ -24,7 +24,7 @@ export default Vue.extend({
|
|||||||
return {
|
return {
|
||||||
pagination: {
|
pagination: {
|
||||||
endpoint: 'notes/featured',
|
endpoint: 'notes/featured',
|
||||||
limit: 30,
|
limit: 29,
|
||||||
},
|
},
|
||||||
|
|
||||||
notesComponent:
|
notesComponent:
|
||||||
|
Loading…
Reference in New Issue
Block a user