vux icon indicating copy to clipboard operation
vux copied to clipboard

Range组件无法精确到1以下

Open dingan-work opened this issue 5 years ago • 0 comments

使用v-model绑定Range value时,若将值改为零点几精确不了,会自动变回0。例如在外部将value值改为0.8,它会自动变为1.09。 具体原因就是无法精确值。

dingan-work avatar Dec 03 '19 06:12 dingan-work