Skip to main content

ImagesUpload

ImagesUpload#

Add image upload using FilePond plugin. Can upload a simple image, multiple images or both

Props#

Prop nameDescriptionTypeValuesDefault
hide-previewHide upload simple imageboolean-
hide-imagesHide upload multiple imagesboolean-
hide-labelHide Labelsboolean-
preview-labelSimple image label, final label is used with i18n (this.$t())string-"preview.image"
preview-valueProperty name for simple imagestring-"preview_image"
images-labelMultiple images label, final label is used with i18n (this.$t())string-"gallery.images"
images-valueProperty name for multiple imagesstring-"images"
colsProperty to define cols lengthunion-"12"
lgProperty to define lg cols lengthunion-"6"

FileUpload#

Add image upload using FilePond plugin. Can upload a simple image, multiple images or both

Props#

Prop nameDescriptionTypeValuesDefault
nameProperty name for simple imagestring-"preview_image"
multipleAllow multiple uploads on the same instanceboolean-
hide-buttonsHide FilePond buttonsboolean-
hide-file-infoHide File info on uploadboolean-

Events#

Event namePropertiesDescription
input