parent
9126c87f2b
commit
1c312906bc
|
@ -16,6 +16,7 @@ function mounted() {
|
||||||
addRemoveLinks: true,
|
addRemoveLinks: true,
|
||||||
dictRemoveFile: trans('components.image_upload_remove'),
|
dictRemoveFile: trans('components.image_upload_remove'),
|
||||||
timeout: Number(window.uploadTimeout) || 60000,
|
timeout: Number(window.uploadTimeout) || 60000,
|
||||||
|
maxFilesize: Number(window.uploadLimit) || 256,
|
||||||
url: function() {
|
url: function() {
|
||||||
return _this.uploadUrl;
|
return _this.uploadUrl;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue