Skip to content

Commit 1e827c9

Browse files
authored
Update AvatarInput.vue
1 parent 3e7a00d commit 1e827c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input/AvatarInput.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function removeAvatar() {
4545
</svg>
4646
</div>
4747

48-
<img :src="image" class="avatar-image" />
48+
<img :src="image ?? avatar" class="avatar-image" />
4949

5050
<Input @change="getImagePath" :label="props.label" name="image" type="file" />
5151
</div>

0 commit comments

Comments
 (0)