We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f2c2e commit 3e7a00dCopy full SHA for 3e7a00d
input/AvatarInput.vue
@@ -23,7 +23,7 @@ function getImagePath(e) {
23
24
async function removeAvatar() {
25
try {
26
- await axios.post(props.remove_avatar_url)
+ await axios.post(props.remove_avatar_url, [])
27
image.value = avatar
28
alert(props.remove_success)
29
} catch (err) {
0 commit comments