diff --git a/packages/docs/src/guide/open-in-editor.md b/packages/docs/src/guide/open-in-editor.md index c1387d3b7..dd0ef502e 100644 --- a/packages/docs/src/guide/open-in-editor.md +++ b/packages/docs/src/guide/open-in-editor.md @@ -10,7 +10,7 @@ To able to work, this feature may need some configuration in your project. Vue CLI 3 supports this feature out-of-the-box when running `vue-cli-service serve`. -## Nuxt.js & Quasar CLI +## Nuxt & Quasar CLI Nuxt & Quasar CLI supports this feature out-of-the-box. Make sure to be in debug mode. diff --git a/packages/shell-chrome/icons/128.nuxt.png b/packages/shell-chrome/icons/128.nuxt.png index 1e2e58cfa..fad57759a 100644 Binary files a/packages/shell-chrome/icons/128.nuxt.png and b/packages/shell-chrome/icons/128.nuxt.png differ diff --git a/packages/shell-chrome/icons/16.nuxt.png b/packages/shell-chrome/icons/16.nuxt.png index 84c600a43..05e23ae4e 100644 Binary files a/packages/shell-chrome/icons/16.nuxt.png and b/packages/shell-chrome/icons/16.nuxt.png differ diff --git a/packages/shell-chrome/icons/48.nuxt.png b/packages/shell-chrome/icons/48.nuxt.png index ff1f05b39..7aa05062c 100644 Binary files a/packages/shell-chrome/icons/48.nuxt.png and b/packages/shell-chrome/icons/48.nuxt.png differ diff --git a/packages/shell-chrome/popups/disabled.nuxt.html b/packages/shell-chrome/popups/disabled.nuxt.html index 9aae91335..0a8a8af3d 100644 --- a/packages/shell-chrome/popups/disabled.nuxt.html +++ b/packages/shell-chrome/popups/disabled.nuxt.html @@ -2,7 +2,7 @@

- Nuxt.js + Vue.js is detected on this page.
+ Nuxt + Vue.js is detected on this page.
Devtools inspection is not available because it's in production mode or explicitly disabled by the author.

diff --git a/packages/shell-chrome/popups/enabled.nuxt.html b/packages/shell-chrome/popups/enabled.nuxt.html index 429de0f2a..a8ad11390 100644 --- a/packages/shell-chrome/popups/enabled.nuxt.html +++ b/packages/shell-chrome/popups/enabled.nuxt.html @@ -8,7 +8,7 @@

- Nuxt.js + Vue.js is detected on this page.
+ Nuxt + Vue.js is detected on this page.
Open DevTools and look for the Vue panel.

diff --git a/packages/shell-chrome/src/detector.js b/packages/shell-chrome/src/detector.js index f7004f0e4..3af6d019d 100644 --- a/packages/shell-chrome/src/detector.js +++ b/packages/shell-chrome/src/detector.js @@ -12,7 +12,7 @@ function detect (win) { let detectRemainingTries = 10 function runDetect () { - // Method 1: Check Nuxt.js + // Method 1: Check Nuxt const nuxtDetected = !!(window.__NUXT__ || window.$nuxt) if (nuxtDetected) {