冲突修改

This commit is contained in:
duanhao 2025-08-11 17:50:47 +08:00
commit 242781ab93

View File

@ -173,8 +173,8 @@ const disableZoom = () => {
} }
onMounted(() => { onMounted(() => {
const cleanup = disableZoom() // const cleanup = disableZoom()
onUnmounted(() => cleanup()) // onUnmounted(() => cleanup())
}) })
</script> </script>