-
Notifications
You must be signed in to change notification settings - Fork 1.8k
File Upload
AlexanderBoriskin edited this page Aug 3, 2018
·
11 revisions
<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 upload -
dropzone
- Boolean - shows, if it possible to use drag-n-drop in file upload -
value
- Array - all uploaded files.