diff --git a/src/App.vue b/src/App.vue index 6578c31..582f3f2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -173,8 +173,8 @@ const disableZoom = () => { } onMounted(() => { - const cleanup = disableZoom() - onUnmounted(() => cleanup()) + // const cleanup = disableZoom() + // onUnmounted(() => cleanup()) })