Set to boolean

parent 8714aa3d
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
:on-success="handleSuccess" :on-success="handleSuccess"
:show-file-list="false" :show-file-list="false"
:http-request="uploadFile" :http-request="uploadFile"
multiple="true" :multiple="true"
style="display: inline-block; margin-right: 10px;"> style="display: inline-block; margin-right: 10px;">
<el-button size="small" type="primary" style="padding: 11px 9px;" :loading="fileIsUploading">{{ trans('media.upload file') }}</el-button> <el-button size="small" type="primary" style="padding: 11px 9px;" :loading="fileIsUploading">{{ trans('media.upload file') }}</el-button>
</el-upload> </el-upload>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment