1. <vuestic-file-upload type="gallery"
    2. dropzone
    3. v-model="advancedGallery"
    4. />

    Props

    • type - String (default: list) - defines the view (list, gallery or single) and number of uploaded files.
    • fileTypes - String - types of files, that are accepted for upload
    • dropzone - Boolean - shows, if it possible to use drag-n-drop in file upload
    • value - Array - all uploaded files.
      Find DEMOs here!