1
0
forked from noxious/client

Major refractor, cleaning and improvements.

This commit is contained in:
2024-08-24 03:07:48 +02:00
parent 6c44821ebb
commit bdc2ba35c9
33 changed files with 188 additions and 298 deletions

View File

@ -74,6 +74,7 @@ import { useGameStore } from '@/stores/game'
import { onBeforeMount, onBeforeUnmount, onMounted, ref } from 'vue'
import Modal from '@/components/utilities/Modal.vue'
import { type Character as CharacterT } from '@/types'
import { useZoneStore } from '@/stores/zone'
const isLoading = ref(true)
const characters = ref([])