vue-slider-component
vue-slider-component copied to clipboard
VUE2 版本 多段间隔
Describe the bug
A clear and concise description of what the bug is. 我使用多端间隔 0 10 20 40 20480这样的间隔传入进去,不能间隔开
- OS & Version: [ Windows]
- Vue version: [e.g. v2.0, v2.5, v2.6]
- Component Version: [e.g. v3.0.2]
间隔取决于你的最小值 min 和 最大值 max,如果你需要等距那可以用 marks 参数。具体可以查看文档