@v-c/slider 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,7 +120,6 @@ function useDrag(
120
120
 
121
121
  const onStartMove: OnStartMove = (e, valueIndex, startValues?: number[]) => {
122
122
  e.stopPropagation()
123
- console.log('onStartMove', valueIndex)
124
123
  // 如果是点击 track 触发的,需要传入变化后的初始值,而不能直接用 rawValues
125
124
  const initialValues = startValues || rawValues.value
126
125
  const originValue = initialValues[valueIndex]