File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const vueVersion = pkg.dependencies.vue.replace('^', '');
55export const configApp = {
66 name : 'voicecapture-vue' ,
77 npm : 'https://www.npmjs.com/package/voicecapture-vue' ,
8- github : 'https://github.com/livresaber /voicecapture-vue' ,
8+ github : 'https://github.com/vue-a11y /voicecapture-vue' ,
99 linkedin : 'https://www.linkedin.com/in/lucasferreiralimax' ,
1010 appVersion,
1111 vueVersion,
Original file line number Diff line number Diff line change @@ -58,10 +58,15 @@ function returnVoiceTranscript(transcript) {
5858 </div >
5959 </div >
6060
61- <VoiceCaptureVue :status =" isVoiceCaptureExample" @voiceTranscript =" returnVoiceTranscript"
62- @onStatus =" statusVoiceCapture" :lang =" langSelect" :mode =" modeSelect" />
63-
64- <div v-if =" voiceTextTranscript" class =" content" >
61+ <VoiceCaptureVue
62+ :status =" isVoiceCaptureExample"
63+ :lang =" langSelect"
64+ :mode =" modeSelect"
65+ @voiceTranscript =" returnVoiceTranscript"
66+ @onStatus =" statusVoiceCapture"
67+ />
68+ </div >
69+ <div v-if =" voiceTextTranscript" class =" content" >
6570 <div class =" input-group" >
6671 <label for =" voiceTextArea" class =" input-label" >
6772 <h2 >Transcript Results</h2 >
@@ -70,7 +75,6 @@ function returnVoiceTranscript(transcript) {
7075 placeholder =" Texto do Voice Transcript" ></textarea >
7176 </div >
7277 </div >
73- </div >
7478 </Nucleus >
7579</template >
7680
You can’t perform that action at this time.
0 commit comments