npm update, npm run format, cleaned and enhanced chipsInput JS
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user