remove debug

This commit is contained in:
2023-05-22 16:45:22 +10:00
parent ec74f6594c
commit cd7366b8ff

View File

@@ -37,7 +37,6 @@ const props = defineProps({
const frontImage = ref(-1);
const handleHover = (index) => {
console.log(index);
frontImage.value = index;
};
</script>