slider icon indicating copy to clipboard operation
slider copied to clipboard

Allow create slider without v-model for custom handler change

Open devopg opened this issue 3 years ago • 0 comments

Allow create slider without v-model for custom handler change

<Slider @change="set" :min="1" :max="99" />

Now without v-model got error

devopg avatar Apr 06 '22 13:04 devopg