The plug-in prompts are as follows
Vue.js is detected on thispage. Devtools inspection is not available because it’s in production mode or explicily disabled by the author
Vue has detected that the Devtools check is unavailable on this page because it is in production mode or has been explicitly disabled by the author
Which means you’re either in production mode or you’re disabled, obviously the former.
The solution,
Man.js set vue.config. devtools = true
Vue.config.devtools = true
Copy the code
Just open the console again
The original link blog.csdn.net/KimBing/art…