We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e51dc commit ba54bb7Copy full SHA for ba54bb7
packages/app-backend-vue2/src/plugin.ts
@@ -18,7 +18,7 @@ export function setupPlugin (api: DevtoolsApi, app: App, Vue) {
18
id: 'org.vuejs.vue2-internal',
19
label: 'Vue 2',
20
homepage: 'https://vuejs.org/',
21
- logo: 'https://vuejs.org/images/icons/favicon-96x96.png',
+ logo: 'https://v2.vuejs.org/images/icons/favicon-96x96.png',
22
settings: {
23
legacyActions: {
24
label: 'Legacy Actions',
0 commit comments