AddAsyncUpload.vue: add asyncupload form

This commit is contained in:
nobohan
2022-02-24 09:05:16 +01:00
parent 5f71b46bb7
commit f19a090549
2 changed files with 35 additions and 4 deletions

View File

@@ -106,6 +106,7 @@
<li>
<add-async-upload
:buttonTitle="$t('browse')"
:options="asyncUploadOptions"
>
</add-async-upload>
</li>
@@ -163,6 +164,10 @@ export default {
return {
editor: ClassicEditor,
template: null,
asyncUploadOptions: {
maxFiles: 1,
maxPostSize: 15000000
}
}
},
computed: {