Forgive me for asking this silly question as I am still a newbie in Vue, Vuetify & Javascript.
I have the Vuetify Datepicker - https://vuetifyjs.com/en/components/date-pickers/#usage displayed on the home page and want to know if its possible to open a Modal / Dialog - https://vuetifyjs.com/en/components/dialogs/ when the user click on a specific date.
I have created the Dialog component and have managed to open a Alert when clicking on a date.
Any help or point in the right direction would be greatly appreciated.
Thanks