We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3243784 + cf4234a commit 774699eCopy full SHA for 774699e
src/components/ProfileCard.vue
@@ -19,7 +19,7 @@ v-row(justify='left')
19
v-row
20
v-col(cols="4" style="background-color:#fff")
21
v-avatar(:size="(4.5/15)*getProfileWidth")
22
- img(:src="Profile.src" contain)
+ img(:src=`(Profile.src=="")?"https://cdn.pixabay.com/photo/2016/08/08/09/17/avatar-1577909_1280.png":Profile.src` contain)
23
v-col.pa-2(cols="7")
24
div
25
h4.mt-1.mb-n2 {{ Profile.name }}
0 commit comments