Vuetify 3 | v-dialog close it after it opens programatically
20:16 23 Mar 2026

I have this v-dialog component:

        
    


When I try to close it when the API call fails, it won't close. I'm opening the dialog via the activator slot (I'm not sure if that would make a difference).

typescript vuejs3