We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7911614 commit df6ab6bCopy full SHA for df6ab6b
packages/shell-chrome/src/devtools-background.js
@@ -24,7 +24,7 @@ function createPanelIfHasVue() {
24
clearInterval(checkVueInterval)
25
created = true
26
chrome.devtools.panels.create(
27
- 'Vue',
+ 'Vue (Legacy)',
28
'icons/128.png',
29
'devtools.html',
30
(panel) => {
packages/shell-firefox/src/devtools-background.js
0 commit comments