Skip to content

Commit df6ab6b

Browse files
committed
chore: change devtools panel name to legacy
1 parent 7911614 commit df6ab6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: packages/shell-chrome/src/devtools-background.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function createPanelIfHasVue() {
2424
clearInterval(checkVueInterval)
2525
created = true
2626
chrome.devtools.panels.create(
27-
'Vue',
27+
'Vue (Legacy)',
2828
'icons/128.png',
2929
'devtools.html',
3030
(panel) => {

Diff for: packages/shell-firefox/src/devtools-background.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function createPanelIfHasVue() {
2424
clearInterval(checkVueInterval)
2525
created = true
2626
chrome.devtools.panels.create(
27-
'Vue',
27+
'Vue (Legacy)',
2828
'icons/128.png',
2929
'devtools.html',
3030
(panel) => {

0 commit comments

Comments
 (0)