From 16f49a132e49336f893acde62635642110399724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E9=91=AB?= Date: Thu, 16 Mar 2023 13:37:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E6=89=8B?= =?UTF-8?q?=E5=86=99=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Written/Written.vue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/components/Written/Written.vue b/src/components/Written/Written.vue index 4113e75..98c2e9d 100644 --- a/src/components/Written/Written.vue +++ b/src/components/Written/Written.vue @@ -188,14 +188,4 @@ onBeforeUnmount(() => { ;(inkCanvasRef.value as HTMLCanvasElement).removeEventListener('touchmove', move) ;(inkCanvasRef.value as HTMLCanvasElement).removeEventListener('touchend', mouseUp) }) - -defineExpose({ - updateBound, - reload -}) - -defineExpose({ - updateBound, - reload -})