Browse Source

refactor: 修改手写组件

test
姜鑫 3 years ago
parent
commit
0aad718318
  1. 5
      src/components/Written/Written.vue

5
src/components/Written/Written.vue

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

Loading…
Cancel
Save