Skip to content

Commit 5139dbc

Browse files
author
Guillaume Chau
committed
fix(ui): package logo loading only if necessaryx
1 parent 46567e3 commit 5139dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/src/components/PackageSearchItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default {
7575
},
7676
7777
watch: {
78-
pkg: {
78+
'pkg.name': {
7979
handler: 'updateLogo',
8080
immediate: true
8181
}

0 commit comments

Comments
 (0)