Sometimes you want to show the dev tools in an app that has them off. this command entered into the console with hide or show them! ( The data the Dev Tools exposes is easily seen by any front-end skilled developer so this does not expose any security risks.
vueapp.$store.state.site.content.devMode = 1
And vueapp.$store.state.site.content.devMode = 0 to hide again.