-
I follow this example Calendars Events Click code. example link . vuetify version : ^2.3.13 my code:
Figure below is run my code result : |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fortunately i resolved it . i found clickTime methods also can accept nativeEvent param, then set this.selectedElement = nativeEvent.target . |
Beta Was this translation helpful? Give feedback.
Fortunately i resolved it . i found clickTime methods also can accept nativeEvent param, then set this.selectedElement = nativeEvent.target .
v-menu :activator="selectedElement " .it work!