Skip to content

Instantly share code, notes, and snippets.

@cb109
Created June 1, 2023 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cb109/1a73a94055837be5a8bcbcde70187837 to your computer and use it in GitHub Desktop.
Save cb109/1a73a94055837be5a8bcbcde70187837 to your computer and use it in GitHub Desktop.
Close opened Vuetify Dialog from outside any Vue app (Vuetify 1.5.x)
document.querySelector('.v-dialog--active').__vue__.$options._renderChildren[0].context.isActive = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment