@ -188,14 +188,4 @@ onBeforeUnmount(() => {
;(inkCanvasRef.value as HTMLCanvasElement).removeEventListener('touchmove', move)
;(inkCanvasRef.value as HTMLCanvasElement).removeEventListener('touchend', mouseUp)
})
defineExpose({
updateBound,
reload
</script>