Minor fix and format

This commit is contained in:
2025-02-14 02:23:13 +01:00
parent f83e2bf8c8
commit 8bf67ab168
10 changed files with 36 additions and 57 deletions

View File

@ -5,7 +5,7 @@ export const useMapStore = defineStore('map', {
state: () => {
return {
mapId: '',
characters: [] as MapCharacter[],
characters: [] as MapCharacter[]
}
},
getters: {