Skip to content

Commit c59e32b

Browse files
committed
style: eslint rule fix
1 parent 0033113 commit c59e32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/account/settings/AvatarModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default {
130130
formData.append('file', data, this.fileName)
131131
this.$http.post('https://www.mocky.io/v2/5cc8019d300000980a055e76', formData, { contentType: false, processData: false, headers: { 'Content-Type': 'application/x-www-form-urlencoded' } })
132132
.then((response) => {
133-
console.log("upload response:",response)
133+
console.log('upload response:', response)
134134
// var res = response.data
135135
// if (response.status === 'done') {
136136
// _this.imgFile = ''

0 commit comments

Comments
 (0)