mirror of
https://github.com/kevin-DL/vue-audio-recorder.git
synced 2026-01-11 19:04:28 +00:00
Fix HTTP headers default value
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export default {
|
||||
props: {
|
||||
filename : { type: String, default: 'record' },
|
||||
headers : { type: Object },
|
||||
uploadUrl : { type: String }
|
||||
filename : { type: String, default: 'record' },
|
||||
headers : { type: Object, default: () => ({}) },
|
||||
uploadUrl : { type: String }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user