Skip to content

Commit 208a4da

Browse files
authored
chore: change devtools panel name to legacy
2 parents 7911614 + df6ab6b commit 208a4da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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) => {

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)