Replies: 1 comment
-
I've also searched for this, but couldnt find it so far. Probably its best to look through the sources and "discover" them youself :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
From this page https://vuetifyjs.com/en/components/date-pickers/ I found that
VDatePicker
has a.activePicker
attribute which can be accessed via$refs['myDatePicker']
, I also found thatVMenu
has$refs['myMenu'].save()
method. Is there a documentation for these '$refs
interfaces' on Vuetify?Beta Was this translation helpful? Give feedback.
All reactions