We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f87f0 commit 33493ddCopy full SHA for 33493dd
src/plugins/devtool.js
@@ -15,7 +15,7 @@ export function addDevtools (app, store) {
15
app,
16
label: 'Vuex',
17
homepage: 'https://next.vuex.vuejs.org/',
18
- logo: 'https://vuejs.org/images/icons/favicon-96x96.png',
+ logo: 'https://v2.vuejs.org/images/icons/favicon-96x96.png',
19
packageName: 'vuex',
20
componentStateTypes: [LABEL_VUEX_BINDINGS]
21
},
0 commit comments