[Client] Better pagination

Fix #4628
Close #4629
This commit is contained in:
syuilo 2019-04-08 14:17:44 +09:00
parent 1c57e6f80a
commit 1e166490d9
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
24 changed files with 59 additions and 56 deletions

View file

@ -30,7 +30,7 @@ export default Vue.extend({
} else {
return {
users: followings.map(following => following.follower),
cursor: null
more: false
};
}
}),

View file

@ -30,7 +30,7 @@ export default Vue.extend({
} else {
return {
users: followings.map(following => following.followee),
cursor: null
more: false
};
}
}),