NightCatSama/vue-slider-component

[vue3.x] setting data is not working

jvolker opened this issue · 3 comments

Describe the bug

Setting data is not working. I've tried all of the "Custom Data" examples, but none are working. The slider values don't change and stay between 0 and 100.

Environment

  • OS & Version: macOS 11.2.3
  • Vue version: v3.2.14
  • Component Version: v4.0.0-beta.5

Can you reproduce the online example?

This is the first data example showing the effect I described above: https://codesandbox.io/s/vue-slider-component-data-example-2hze4

Just found the answer myself, as described here you have to use vData instead of the data prop for now.