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.0.1 Vue Version: 2.6.10 Browsers: Chrome 75.0.3770.142 OS: Windows 10
Get the days of the calendar
Throws error: "Exception: Error: End date is earlier than start date"
https://codepen.io/anon/pen/wVJjOW
The text was updated successfully, but these errors were encountered:
This occurs when no value or v-model is specified, a fix for this will be in a PR shortly.
Sorry, something went wrong.
fix(VCalendar): end date and ripple errors
5ec00c4
fixes #8096 and #8175
Same error occurs when one is :value or v-model is provided: https://codepen.io/anon/pen/wVJjOW
bd793e9
ClickerMonkey
No branches or pull requests
Environment
Vuetify Version: 2.0.1
Vue Version: 2.6.10
Browsers: Chrome 75.0.3770.142
OS: Windows 10
Steps to reproduce
Expected Behavior
Get the days of the calendar
Actual Behavior
Throws error: "Exception: Error: End date is earlier than start date"
Reproduction Link
https://codepen.io/anon/pen/wVJjOW
The text was updated successfully, but these errors were encountered: