Commit c105c1a3 authored by jtwu's avatar jtwu

顺时针旋转

parent a6e6c2c4
......@@ -71,7 +71,7 @@
// 执行单次旋转
const doRotation = () => {
rotationAngle.value -= props.rotationStep;
rotationAngle.value += props.rotationStep;
};
// 文字逐字显示效果(左对齐)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment