arco-design / arco-design-vue

A Vue.js 3 UI Library based on Arco Design
https://arco.design/vue
MIT License
2.73k stars 536 forks source link

【a-slider】change事件提示“e.stopPropagation is not a function” #2690

Open Waynefong opened 1 year ago

Waynefong commented 1 year ago

Basic Info

Steps to reproduce

<a-slider :style="{ width: '100px' }" :format-tooltip=" (value:number) => { return ${value * 100}%; } " :step="0.2" :show-ticks="true" :min="0.2" :max="2" class="scale-bar" :default-value="canvasContainerData.scale" @change.stop="changeScale" />

What is expected?

期望可以修复这个问题,或提供event自行处理

flsion commented 1 year ago

@Waynefong 后面考虑添加一个 event 参数