提交 5779ffae 编写于 作者: fxy060608's avatar fxy060608

chore(app): add ts-expect-error

上级 0146b8c5
......@@ -213,6 +213,7 @@ function useMovableViewState(
y: 0,
}
let _scale = 1
// @ts-expect-error
let _oldScale = 1
let _translateX = 0
let _translateY = 0
......@@ -532,6 +533,7 @@ function useMovableViewState(
minY.value = Math.min(y, _height)
maxY.value = Math.max(y, _height)
}
// @ts-expect-error
function _beginScale() {
_isScaling = true
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册