{{ +min }}
{{ marks }}
{
if (typeof index === 'number') {
// 实时更新当前拖动的按钮索引
buttonIndex = index;
}
onTouchStart(e);
}
"
@touchmove.stop.prevent="onTouchMove"
@touchend.stop.prevent="onTouchEnd"
@touchcancel.stop.prevent="onTouchEnd"
@click="(e) => e.stopPropagation()"
>
{{ curValue(index) }}
{
onTouchStart(e);
}
"
@touchmove.stop.prevent="onTouchMove"
@touchend.stop.prevent="onTouchEnd"
@touchcancel.stop.prevent="onTouchEnd"
@click="(e) => e.stopPropagation()"
>
{{ curValue() }}
{{ +max }}