mirror of
https://github.com/kevin-DL/vue-audio-recorder.git
synced 2026-01-24 08:25:27 +00:00
Added the format prop
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user