There are few ways to check vue js version:
npm v vue
run this on the terminal- Check
package.json
, code will be something like this
"dependencies": { "core-js": "^3.6.5", "vue": "^2.6.11" },
If you have vue dev tools installed then go to the Vue tab and you should be able to see the version there