forked from noxious/client
Major refractor, cleaning and improvements.
This commit is contained in:
@ -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([])
|
||||
|
Reference in New Issue
Block a user