Improve performance
This commit is contained in:
parent
8bc5febe66
commit
10f466c895
3 changed files with 13 additions and 4 deletions
|
|
@ -187,7 +187,8 @@ export default Vue.extend({
|
|||
} else {
|
||||
this.$root.api('users/search', {
|
||||
query: this.q,
|
||||
limit: 10
|
||||
limit: 10,
|
||||
detail: false
|
||||
}).then(users => {
|
||||
this.users = users;
|
||||
this.fetching = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue