Skip to content

Commit

Permalink
🐛 fix: remove jQuery code
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Aug 9, 2016
1 parent 6061d4e commit d0a32cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/fieldImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
watch: {
model() {
$(this.$el).find("input.file").val("");
this.$el.querySelector("input.file").value = "";
}
},
Expand Down

0 comments on commit d0a32cd

Please sign in to comment.