at-ui icon indicating copy to clipboard operation
at-ui copied to clipboard

slider do not work with deep model

Open Simplici opened this issue 7 years ago • 1 comments

for the slider component, if I use it in this way:

<at-slider v-model="states[participator.uid].volume"></at-slider>

then I won't be able to change its value.

Simplici avatar Oct 04 '17 15:10 Simplici

Can you provide a link at codepen.io or fiddle with a demo?