Skip to content

Commit

Permalink
fix(Avatar): pass props.image as src to VImg defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jul 27, 2024
1 parent 0bfaf12 commit c264ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VAvatar/VAvatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const VAvatar = genericComponent()({
defaults={{
VImg: {
cover: true,
image: props.image,
src: props.image,
},
VIcon: {
icon: props.icon,
Expand Down

0 comments on commit c264ad4

Please sign in to comment.