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.
1 parent 677bb41 commit d7f2c2eCopy full SHA for d7f2c2e
input/AvatarInput.vue
@@ -23,7 +23,7 @@ function getImagePath(e) {
23
24
async function removeAvatar() {
25
try {
26
- await axios.get(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