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
Vuetify Version: 2.1.12 Vue Version: 2.6.10 Browsers: Chrome 78.0.3904.108 OS: Linux x86_64
Uncomment the last line of mounted function to setup v-model to [undefined, undefined]. Range Slider won't render and page gets stuck.
mounted
v-model
[undefined, undefined]
Range Slider should be initialized to start of range and render.
CPU runs to 100%, page not respond, slider won't render.
https://codepen.io/raskkoo/pen/LYYwzLz?&editable=true&editors=101
The text was updated successfully, but these errors were encountered:
35a654c
johnleider
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 2.1.12
Vue Version: 2.6.10
Browsers: Chrome 78.0.3904.108
OS: Linux x86_64
Steps to reproduce
Uncomment the last line of
mounted
function to setupv-model
to[undefined, undefined]
. Range Slider won't render and page gets stuck.Expected Behavior
Range Slider should be initialized to start of range and render.
Actual Behavior
CPU runs to 100%, page not respond, slider won't render.
Reproduction Link
https://codepen.io/raskkoo/pen/LYYwzLz?&editable=true&editors=101
The text was updated successfully, but these errors were encountered: