Browse Source

Feature: Add Image type for pin-upload

pull/173/head
winkidney 4 years ago
parent
commit
50266a6acc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pinry-spa/src/components/pin_edit/FileUpload.vue

+ 1
- 0
pinry-spa/src/components/pin_edit/FileUpload.vue View File

@@ -8,6 +8,7 @@
<div v-show="previewImage === null"> <div v-show="previewImage === null">
<b-field> <b-field>
<b-upload v-model="dropFile" <b-upload v-model="dropFile"
accept="image/*"
:loading="loading" :loading="loading"
drag-drop> drag-drop>
<section class="section"> <section class="section">


Loading…
Cancel
Save