npm update, npm run format, cleaned and enhanced chipsInput JS

This commit is contained in:
2024-07-21 20:09:12 +02:00
parent e714bd94b5
commit a7bf51fa7e
4 changed files with 30 additions and 45 deletions

View File

@ -1,11 +1,5 @@
<template>
<Image
:depth="2"
texture="waypoint"
:x="waypoint.x"
:y="waypoint.y"
:visible="waypoint.visible"
/>
<Image :depth="2" texture="waypoint" :x="waypoint.x" :y="waypoint.y" :visible="waypoint.visible" />
</template>
<script setup lang="ts">
@ -97,4 +91,4 @@ watch(tool, (newTool) => {
})
onBeforeUnmount(cleanupEventListeners)
</script>
</script>