Last active
February 6, 2023 16:24
-
-
Save messenjer/5a8b5fb249ff0dd08e6ec531e69382f1 to your computer and use it in GitHub Desktop.
Bookmarklet Vue Version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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