We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest
官方文档 demo: https://vue-devui.github.io/components/slider/#%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95
即官方文档 demo 所示,快速拉动 Slider 时,上方的 Popover 可能会出现闪动:
希望加入节流机制,减少闪动
高频渲染导致闪动
如果这里确认需要调整的话,希望作为 good first issue
The text was updated successfully, but these errors were encountered:
这里提到的“可能”,是指【Slider的step数过大】,【用户设备配置较差】时出现的概率较大
Sorry, something went wrong.
这里提到的“可能”,是指【Slider的 step 数过大】,【用户设备配置较差】时出现的概率较大
No branches or pull requests
Version
latest
Vue Version
latest
Link to minimal reproduction
官方文档 demo: https://vue-devui.github.io/components/slider/#%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95
Step to reproduce
即官方文档 demo 所示,快速拉动 Slider 时,上方的 Popover 可能会出现闪动:
What is expected
希望加入节流机制,减少闪动
What is actually happening
高频渲染导致闪动
Any additional comments (optional)
如果这里确认需要调整的话,希望作为 good first issue
The text was updated successfully, but these errors were encountered: