npm run format

This commit is contained in:
2024-09-15 19:00:20 +02:00
parent c94c3479bb
commit ed3955db17
4 changed files with 33 additions and 56 deletions

View File

@ -1,9 +1,5 @@
<template>
<Image
v-for="object in zoneStore.zone?.zoneObjects"
:depth="calculateIsometricDepth(object.positionX, object.positionY, 0)"
:key="object.id" v-bind="getObjectImageProps(object)"
/>
<Image v-for="object in zoneStore.zone?.zoneObjects" :depth="calculateIsometricDepth(object.positionX, object.positionY, 0)" :key="object.id" v-bind="getObjectImageProps(object)" />
</template>
<script setup lang="ts">