Browse Source

refactor: 修改手写组件

master
姜鑫 3 years ago
parent
commit
16f49a132e
  1. 10
      src/components/Written/Written.vue

10
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
})
</script>

Loading…
Cancel
Save