We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afd967 commit f3a8cc8Copy full SHA for f3a8cc8
src/App.vue
@@ -62,6 +62,7 @@ function returnVoiceTranscript(transcript) {
62
:status="isVoiceCaptureExample"
63
:lang="langSelect"
64
:mode="modeSelect"
65
+ :clipboard="true"
66
@voiceTranscript="returnVoiceTranscript"
67
@onStatus="statusVoiceCapture"
68
/>
0 commit comments