We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085daa6 commit c09f57bCopy full SHA for c09f57b
dist/vue-upload-drop-images.vue
@@ -227,7 +227,7 @@ export default {
227
</p>
228
</div>
229
<div class="imgsPreview" v-show="Imgs.length > 0">
230
- <button class="clearButton" @click="reset">
+ <button type="button" class="clearButton" @click="reset">
231
{{ clearAll ? clearAll : "clear All" }}
232
</button>
233
<div class="imageHolder" v-for="(img, i) in Imgs" :key="i">
0 commit comments