Skip to content

Commit a75f415

Browse files
authored
feat: update Nuxt logo (#2014)
1 parent 60aeed2 commit a75f415

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

packages/docs/src/guide/open-in-editor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To able to work, this feature may need some configuration in your project.
1010

1111
Vue CLI 3 supports this feature out-of-the-box when running `vue-cli-service serve`.
1212

13-
## Nuxt.js & Quasar CLI
13+
## Nuxt & Quasar CLI
1414

1515
Nuxt & Quasar CLI supports this feature out-of-the-box. Make sure to be in debug mode.
1616

-428 Bytes
Loading
12 Bytes
Loading
-201 Bytes
Loading

packages/shell-chrome/popups/disabled.nuxt.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<link rel="stylesheet" type="text/css" href="./popup.css">
33

44
<p>
5-
<strong>Nuxt.js + Vue.js is detected on this page.</strong><br/>
5+
<strong>Nuxt + Vue.js is detected on this page.</strong><br/>
66
Devtools inspection is not available because it's in
77
production mode or explicitly disabled by the author.
88
</p>

packages/shell-chrome/popups/enabled.nuxt.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<div>
1010
<p>
11-
<strong>Nuxt.js + Vue.js is detected on this page.</strong><br/>
11+
<strong>Nuxt + Vue.js is detected on this page.</strong><br/>
1212
Open DevTools and look for the Vue panel.
1313
</p>
1414

packages/shell-chrome/src/detector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function detect (win) {
1212
let detectRemainingTries = 10
1313

1414
function runDetect () {
15-
// Method 1: Check Nuxt.js
15+
// Method 1: Check Nuxt
1616
const nuxtDetected = !!(window.__NUXT__ || window.$nuxt)
1717

1818
if (nuxtDetected) {

0 commit comments

Comments
 (0)