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

View File

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