We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6061d4e commit d0a32cdCopy full SHA for d0a32cd
src/fields/fieldImage.vue
@@ -43,7 +43,7 @@
43
44
watch: {
45
model() {
46
- $(this.$el).find("input.file").val("");
+ this.$el.querySelector("input.file").value = "";
47
}
48
},
49
0 commit comments