Skip to content

Commit

Permalink
fix(ui): package logo loading only if necessaryx
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 12, 2018
1 parent 46567e3 commit 5139dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/components/PackageSearchItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default {
},
watch: {
pkg: {
'pkg.name': {
handler: 'updateLogo',
immediate: true
}
Expand Down

0 comments on commit 5139dbc

Please sign in to comment.