- <vuestic-file-upload type="gallery"
- dropzone
- v-model="advancedGallery"
- />
Props
type
- String (default:list
) - defines the view (list
,gallery
orsingle
) and number of uploaded files.fileTypes
- String - types of files, that are accepted for uploaddropzone
- Boolean - shows, if it possible to use drag-n-drop in file uploadvalue
- Array - all uploaded files.
Find DEMOs here!