Added the format prop

This commit is contained in:
Kevin ANATOLE
2020-09-07 22:20:24 +01:00
parent cf7df625ca
commit 2b12f06640

View File

@@ -273,7 +273,8 @@
failedUpload : { type: Function }, failedUpload : { type: Function },
beforeUpload : { type: Function }, beforeUpload : { type: Function },
successfulUpload : { type: Function }, successfulUpload : { type: Function },
selectRecord : { type: Function } selectRecord : { type: Function },
format : { type: String }
}, },
data () { data () {
return { return {