mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: change region when clicking on a favorite from homepage
This commit is contained in:
parent
8fffd9c10f
commit
d77ade8156
1 changed files with 6 additions and 1 deletions
|
|
@ -37,7 +37,11 @@
|
|||
<div class="playing-dot bg-teal-flashy w-2 h-2 rounded-full"></div>
|
||||
<span class="ml-2 text-teal-flashy font-semibold text-sm">In Game</span>
|
||||
</div>
|
||||
<div v-if="false" class="ml-4 mt-2 inline-flex items-center px-2 py-1 border border-teal-500 rounded leading-tight" style="background: rgba(40, 94, 97, 0.35);">
|
||||
<div
|
||||
v-if="false"
|
||||
class="ml-4 mt-2 inline-flex items-center px-2 py-1 border border-teal-500 rounded leading-tight"
|
||||
style="background: rgba(40, 94, 97, 0.35);"
|
||||
>
|
||||
<svg class="w-4 h-4 text-teal-600">
|
||||
<use xlink:href="#star" />
|
||||
</svg>
|
||||
|
|
@ -173,6 +177,7 @@ export default {
|
|||
},
|
||||
|
||||
created() {
|
||||
this.updateSettings({ name: 'region', value: this.region.toLowerCase() })
|
||||
this.apiCall()
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue