Activate user search text field
This commit is contained in:
parent
10990e1715
commit
34d723215b
4 changed files with 4 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ const UserFinder = {
|
|||
methods: {
|
||||
findUser (username) {
|
||||
this.$router.push({ name: 'user-search', query: { query: username } })
|
||||
this.$refs.username.focus()
|
||||
},
|
||||
toggleHidden () {
|
||||
this.hidden = !this.hidden
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue