-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue 3 support #494
Comments
The next version with vue3 support has been released, but it's still in beta, if you find any bugs you can report back to me! $ yarn add vue-slider-component@next
# npm install vue-slider-component@next --save |
I'm trying the Basic Example. As soon as I start dragging I get the values 'v', 'a', 'l', 'u' and 'e' |
@potatoDie I forgot to specify, because online example: |
@NightCatSama Thanks. I got it working too on CodeSandbox, but locally I'm working with Vite and the bug persists. |
@potatoDie Thanks for the feedback, v4.0.0-beta.2 has been fixed. |
Perfect, thanks! |
I'm migrating a project to Vue 3, here's what I've noticed:
<vue-slider
:value="zoom" <- NaN
@change="handleZoomChangeThrottled"
:contained="true"
direction="btt"
:dot-size="23"
:width="9"
:drag-on-click="true"
height="200px"
:interval="0.001"
:max="maxZoom" <- NaN
:min="Math.floor(minZoom * 1000) / 1000" <- NaN
tooltipPlacement="right"
:tooltip-formatter="zoomTooltipFormatter"
/> |
Edit: Will open a separate issue |
Describe the feature
Vue 3 is now released, and we would like to see the slider updated to support Vue 3!
Describe the solution you'd like
Vue slider component supports Vue 3
The text was updated successfully, but these errors were encountered: