fix image input clear (#485)
This commit is contained in:
@@ -213,7 +213,7 @@ export default {
|
|||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
clearUrl() {
|
clearUrl() {
|
||||||
this.form[this.name] = null
|
this.compVal = null
|
||||||
},
|
},
|
||||||
onUploadDragoverEvent() {
|
onUploadDragoverEvent() {
|
||||||
this.uploadDragoverEvent = true
|
this.uploadDragoverEvent = true
|
||||||
|
|||||||
Reference in New Issue
Block a user