fix image input clear (#485)

This commit is contained in:
Chirag Chhatrala 2024-07-15 13:37:00 +05:30 committed by GitHub
parent 11f99df98f
commit 08171adc56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ export default {
methods: {
clearUrl() {
this.form[this.name] = null
this.compVal = null
},
onUploadDragoverEvent() {
this.uploadDragoverEvent = true