mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
feat(search): update value in input when a summoner is searched
This commit is contained in:
parent
85d485bfdc
commit
d60575e651
1 changed files with 2 additions and 1 deletions
|
|
@ -118,7 +118,8 @@ export default {
|
||||||
document.body.style.overflow = 'auto'
|
document.body.style.overflow = 'auto'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
$route() {
|
$route(newRoute) {
|
||||||
|
this.summoner = newRoute.params.name
|
||||||
this.dropdown = false
|
this.dropdown = false
|
||||||
this.open = false
|
this.open = false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue