mirror of
https://github.com/kevin-DL/vue-audio-recorder.git
synced 2026-01-11 19:04:28 +00:00
Added the format prop
This commit is contained in:
@@ -273,7 +273,8 @@
|
||||
failedUpload : { type: Function },
|
||||
beforeUpload : { type: Function },
|
||||
successfulUpload : { type: Function },
|
||||
selectRecord : { type: Function }
|
||||
selectRecord : { type: Function },
|
||||
format : { type: String }
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user