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 {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
filename : { type: String, default: 'record' },
|
filename : { type: String, default: 'record' },
|
||||||
headers : { type: Object },
|
headers : { type: Object, default: () => ({}) },
|
||||||
uploadUrl : { type: String }
|
uploadUrl : { type: String }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user