vueform / slider

Vue 3 slider component with multihandles, tooltips merging and formatting (+Tailwind CSS support).

Home Page:https://vueform.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow create slider without v-model for custom handler change

devopg opened this issue · comments

Allow create slider without v-model for custom handler change

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

Now without v-model got error

Added in 2.1.6.