Issue
I can check if the page is running angular or angular.js by checking window.ng and window.angullar.
Is there any such way to check if the page is using vue from the console, without using vue-devtools
Solution
Caution! This will work only if the site you're checking has Vue as global.
Open Console of your Browser and Write Vue, and after that you will see output like this. Remember that in Vue, v is in upper case

Answered By - nitishk72
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.