You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example here still uses updateTimes, but it's now called via calendar.value.updateTimes(). That does not seem to work for me, since value is not defined in the calendar instance. Perhaps I am missing something.
I am using Vuetify 3.10.2, and this is how the original Vuetify 2 code used to look like:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I used to use v-calendar with Vuetify 2 and I'm now migrating the project to Vuetify 3.
The codebase calls
$refs.calendar.updateTimes()
, but I can't find that method in the API docs for v3: https://vuetifyjs.com/en/api/VCalendar/The example here still uses
updateTimes
, but it's now called viacalendar.value.updateTimes()
. That does not seem to work for me, since value is not defined in the calendar instance. Perhaps I am missing something.I am using Vuetify 3.10.2, and this is how the original Vuetify 2 code used to look like:
That code errors with Vuetify 3:
Is there a replacement for
updateTimes
?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions