Skip to content

Instantly share code, notes, and snippets.

@messenjer
Last active February 6, 2023 16:24
Show Gist options
  • Save messenjer/5a8b5fb249ff0dd08e6ec531e69382f1 to your computer and use it in GitHub Desktop.
Save messenjer/5a8b5fb249ff0dd08e6ec531e69382f1 to your computer and use it in GitHub Desktop.
Bookmarklet Vue Version
javascript:(function(){var version=window.$nuxt?.$root?.constructor?.version || window.Vue?.version || [...document.querySelectorAll("*")].map((el) => el.__vue__?.$root?.constructor?.version || el.__vue_app__?.version).filter(Boolean)[0];alert(version)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment