Skip to content

Commit 33493dd

Browse files
committed
fix(devtools): broken logo url
1 parent 01f87f0 commit 33493dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/devtool.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function addDevtools (app, store) {
1515
app,
1616
label: 'Vuex',
1717
homepage: 'https://next.vuex.vuejs.org/',
18-
logo: 'https://vuejs.org/images/icons/favicon-96x96.png',
18+
logo: 'https://v2.vuejs.org/images/icons/favicon-96x96.png',
1919
packageName: 'vuex',
2020
componentStateTypes: [LABEL_VUEX_BINDINGS]
2121
},

0 commit comments

Comments
 (0)