forked from mirrors/misskey
wip
This commit is contained in:
@@ -43,8 +43,8 @@ export default Vue.extend({
|
||||
limit: this.limit,
|
||||
offset: this.limit * this.page
|
||||
}).then(users => {
|
||||
this.fetching = false;
|
||||
this.users = users;
|
||||
this.fetching = false;
|
||||
});
|
||||
},
|
||||
refresh() {
|
||||
|
||||
Reference in New Issue
Block a user