We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7a00d commit 1e827c9Copy full SHA for 1e827c9
input/AvatarInput.vue
@@ -45,7 +45,7 @@ async function removeAvatar() {
45
</svg>
46
</div>
47
48
- <img :src="image" class="avatar-image" />
+ <img :src="image ?? avatar" class="avatar-image" />
49
50
<Input @change="getImagePath" :label="props.label" name="image" type="file" />
51
0 commit comments