mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Fix import order and update fighting game options in ScoreboardPanel
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { computed, ref, watch, watchEffect, type Ref } from 'vue';
|
import { computed, ref, watch, watchEffect, type Ref } from 'vue';
|
||||||
import type { Schemas } from '../../../types';
|
|
||||||
import { countryOptions, getCountryLabel } from '../../../shared/countries';
|
import { countryOptions, getCountryLabel } from '../../../shared/countries';
|
||||||
|
import type { Schemas } from '../../../types';
|
||||||
import { usePlayersStore } from '../stores/players';
|
import { usePlayersStore } from '../stores/players';
|
||||||
import { useScoreboardStore } from '../stores/scoreboard';
|
import { useScoreboardStore } from '../stores/scoreboard';
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ const fightingGameOptions = [
|
|||||||
'Mortal Kombat 1',
|
'Mortal Kombat 1',
|
||||||
'The King of Fighters XV',
|
'The King of Fighters XV',
|
||||||
'Granblue Fantasy Versus: Rising',
|
'Granblue Fantasy Versus: Rising',
|
||||||
'Under Night In-Birth II Sys:Celes',
|
'2XKO',
|
||||||
].map((game) => ({
|
].map((game) => ({
|
||||||
label: game,
|
label: game,
|
||||||
value: game,
|
value: game,
|
||||||
|
|||||||
Reference in New Issue
Block a user