[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
24 changed files with 59 additions and 56 deletions

View File

@ -50,7 +50,7 @@ export default Vue.extend({
fetchingMoreUsers: false,
us: [],
inited: false,
cursor: null
more: false
};
},