Fixed reactivity in Inventory component

This commit is contained in:
2024-08-24 03:14:19 +02:00
parent b5e2474c6d
commit d8863fe51f
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<template>
<Tiles :key="zoneStore.zone?.id ?? 0" />
<Objects />
<Characters />
<!-- <Characters />-->
</template>
<script setup lang="ts">