Skip to content

Commit

Permalink
fix(ui): PackageSearchItem link uses homepage field
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 22, 2018
1 parent 5352094 commit 66cc127
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 @@ -11,7 +11,7 @@
/>

<ListItemInfo
:link="pkg.repository && pkg.repository.url || ''"
:link="pkg.homepage || (pkg.repository && pkg.repository.url) || ''"
:selected="selected"
show-description
>
Expand Down

0 comments on commit 66cc127

Please sign in to comment.