From 9dce846440c76a460739f993b41dd28a0fae5c5d Mon Sep 17 00:00:00 2001 From: vitheeshc Date: Fri, 5 Feb 2021 15:00:45 +0530 Subject: [PATCH] Update demo.vue maxFilesize changed to 30 mb --- docs/src/pages/demo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/pages/demo.vue b/docs/src/pages/demo.vue index 996db7c0..3a72be53 100755 --- a/docs/src/pages/demo.vue +++ b/docs/src/pages/demo.vue @@ -195,7 +195,7 @@ var example = ` dropzoneOptions: { url: 'https://httpbin.org/post', thumbnailWidth: 150, - maxFilesize: 0.5, + maxFilesize: 30, headers: { "My-Awesome-Header": "header value" } }` @@ -207,7 +207,7 @@ export default { dropzoneOptions: { url: 'https://httpbin.org/post', thumbnailWidth: 150, - maxFilesize: 0.5, + maxFilesize: 30, headers: { "My-Awesome-Header": "header value" }, addRemoveLinks: true },