TS shit
This commit is contained in:
parent
e3b70df46f
commit
6f40c774ea
@ -104,9 +104,9 @@ import { type Character as CharacterT } from '@/types'
|
||||
import ConfirmationModal from '@/components/utilities/ConfirmationModal.vue'
|
||||
|
||||
const isLoading = ref(true)
|
||||
const characters = ref([])
|
||||
const characters = ref([] as CharacterT[])
|
||||
const gameStore = useGameStore()
|
||||
const deletingCharacter = ref(null)
|
||||
const deletingCharacter = ref(null as CharacterT | null)
|
||||
|
||||
// Fetch characters
|
||||
gameStore.connection?.on('character:list', (data: any) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user