mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
feat: update example summoner in search dropdown
This commit is contained in:
parent
2c831bb4c4
commit
462457413a
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
||||||
<SearchFormDropdownPlayer
|
<SearchFormDropdownPlayer
|
||||||
@close="close"
|
@close="close"
|
||||||
@mousemove.native="onHover(1)"
|
@mousemove.native="onHover(1)"
|
||||||
:player="{name: 'Alderiate', icon: 1150, region: 'euw'}"
|
:player="{name: 'Matt Donovan', icon: 4, region: 'euw'}"
|
||||||
:selected="selected === 1"
|
:selected="selected === 1"
|
||||||
:favorites-list="false"
|
:favorites-list="false"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue