Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 01837d4

Browse files
committed
update: remove console log
1 parent af6ea80 commit 01837d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/KForm/KSlider.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export default {
135135
event.clientY = event.touches[0].clientY;
136136
event.clientX = event.touches[0].clientX;
137137
}
138-
console.log(event.clientX, event.clientY, event)
139138
140139
this.updateHandle(event);
141140
this.$emit("changing", event);
@@ -172,7 +171,6 @@ export default {
172171
return false;
173172
}
174173
175-
console.log(curValue)
176174
// 改变位置
177175
this.currentValue = curValue;
178176
this.$emit("input", this.currentValue);

0 commit comments

Comments
 (0)