Skip to content

Commit

Permalink
fix(components): 移除打印
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu-Jun committed Jun 25, 2024
1 parent 100ef2f commit a1e7396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/imgStroke.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ const onSliderChange = (val: number) => {
};
const onColorChange = (val: string) => {
console.log('onColorChnage', val);
strokeColor.value = val;
updateStroke();
};
Expand Down

0 comments on commit a1e7396

Please sign in to comment.