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
I am trying to use vuetify-dialog in a try catch. The problem started when I updated vuetify to 2.5.8. Before that it worked just fine.
This is the error that the console throws at me:
TypeError: Cannot destructure property 'bar' of 'this.$vuetify.application' as it is undefined.
Do you have any idea about what could be happening? i have also updated vuetify-dialog to the latest version: 2.0.17.
Thank you for you attention!
The text was updated successfully, but these errors were encountered:
Hi everybody,
I am trying to use vuetify-dialog in a try catch. The problem started when I updated vuetify to 2.5.8. Before that it worked just fine.
This is the error that the console throws at me:
TypeError: Cannot destructure property 'bar' of 'this.$vuetify.application' as it is undefined.
Do you have any idea about what could be happening? i have also updated vuetify-dialog to the latest version: 2.0.17.
Thank you for you attention!
The text was updated successfully, but these errors were encountered: