vue-devtools always disabled with nuxt.js
问题 I am creating a new project using nuxt.js v2.3.0. When i run npm run dev in my idea console everything compiles correctly but when I go to the page I get the following error: Nuxt.js + Vue.js is detected on this page. Devtools inspection is not available because it's in production mode or explicitly disabled by the author. Here is my nuxt.config.js: const pkg = require('./package'); module.exports = { mode: 'spa', dev: true, /* ** Headers of the page */ head: { title: pkg.name, meta: [ {