Skip to content

Commit ba54bb7

Browse files
authored
fix: vue2 logo url (vuejs#1922)
this pr corrects the vue2 logo url
1 parent e7e51dc commit ba54bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-backend-vue2/src/plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function setupPlugin (api: DevtoolsApi, app: App, Vue) {
1818
id: 'org.vuejs.vue2-internal',
1919
label: 'Vue 2',
2020
homepage: 'https://vuejs.org/',
21-
logo: 'https://vuejs.org/images/icons/favicon-96x96.png',
21+
logo: 'https://v2.vuejs.org/images/icons/favicon-96x96.png',
2222
settings: {
2323
legacyActions: {
2424
label: 'Legacy Actions',

0 commit comments

Comments
 (0)