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
TypeError when selecting date with default slot.
https://stackblitz.com/edit/v-calendar-type-error
Looks like it's related to [email protected] #1498
The text was updated successfully, but these errors were encountered:
Is this plugin still updated?
Sorry, something went wrong.
Duplicate of #1498 Relates to nuxt/ui#2208
You only need to replace this four lines in src/utils/date/range.ts by line 184
src/utils/date/range.ts
if (!days.length) { return result; } const startDayIndex = days[0].dayIndex;
Same issue here
No branches or pull requests
TypeError when selecting date with default slot.
https://stackblitz.com/edit/v-calendar-type-error
Looks like it's related to [email protected] #1498
The text was updated successfully, but these errors were encountered: