grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Property or method "headers" is not defined on the instance but referenced during render.

1995mars opened this issue · comments

commented

Can you help me ?
<audio-recorder v-if="showRecorder"
upload-url=""
filename="ninja"
format="mp3"
:attempts="1"
:headers="headers"
:after-recording="afterRecording"
:bit-rate="192"/>