b2nil / taro-ui-vue3

采用 Vue 3.0 重写的 Taro UI 组件库
https://b2nil.github.io/taro-ui-vue3/
MIT License
160 stars 51 forks source link

关于滑动条范围选择组件AtRange小程序模拟器/真机演示不能拖动选择的问题 #114

Open liangrongzhi136 opened 3 years ago

liangrongzhi136 commented 3 years ago

问题描述

组件AtRange小程序模拟器/真机演示不能拖动选择的问题: <AtRange :value="rangeVal.arr" :block-size="14" :disabled="false" @change="rangeChange" /> const rangeVal = reactive({ arr: [0, 0] }) const rangeChange = (val) => { console.log(rangeVal.arr) console.log('----------------------') console.log(val) }

版本信息

涉及的平台

错误信息

// error message here

代码

// code here
liangrongzhi136 commented 3 years ago

image

liangrongzhi136 commented 3 years ago

死活拖不动,拖console的val也一直是【0,0】

b2nil commented 3 years ago

用的哪个版本?代码可以贴全一点吗?