diff --git a/src/views/fileupload/FileUploadDoc.vue b/src/views/fileupload/FileUploadDoc.vue index 099388742..418670b45 100755 --- a/src/views/fileupload/FileUploadDoc.vue +++ b/src/views/fileupload/FileUploadDoc.vue @@ -44,7 +44,7 @@ import FileUpload from 'primevue/fileupload'; -
Maximium file size can be restricted using maxFileSize property defined in bytes. Similarly fileLimit is available to restrict the number of files to be uploaded.
<FileUpload name="demo[]" url="./upload" :maxFileSize="1000000" :fileLimit="3" />
diff --git a/src/views/galleria/GalleriaDoc.vue b/src/views/galleria/GalleriaDoc.vue
index 1262df40b..5e5754eb2 100755
--- a/src/views/galleria/GalleriaDoc.vue
+++ b/src/views/galleria/GalleriaDoc.vue
@@ -389,6 +389,44 @@ responsiveOptions: [
+ Slots
+
+
+
+
+ Name
+ Parameters
+
+
+
+
+ header
+ -
+
+
+ footer
+ -
+
+
+ item
+ item: Item instance
+
+
+ caption
+ item: Item instance
+
+
+ thumbnail
+ item: Item instance
+
+
+ indicator
+ index: Index of the indicator item
+
+
+
+
+
Styling
Following is the list of structural style classes, for theming classes visit theming page.