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">
|
||||
import { computed, ref, watch, watchEffect, type Ref } from 'vue';
|
||||
import type { Schemas } from '../../../types';
|
||||
import { countryOptions, getCountryLabel } from '../../../shared/countries';
|
||||
import type { Schemas } from '../../../types';
|
||||
import { usePlayersStore } from '../stores/players';
|
||||
import { useScoreboardStore } from '../stores/scoreboard';
|
||||
|
||||
@@ -30,7 +30,7 @@ const fightingGameOptions = [
|
||||
'Mortal Kombat 1',
|
||||
'The King of Fighters XV',
|
||||
'Granblue Fantasy Versus: Rising',
|
||||
'Under Night In-Birth II Sys:Celes',
|
||||
'2XKO',
|
||||
].map((game) => ({
|
||||
label: game,
|
||||
value: game,
|
||||
|
||||
Reference in New Issue
Block a user