File tree 2 files changed +10
-6
lines changed
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('^', '');
5
5
export const configApp = {
6
6
name : 'voicecapture-vue' ,
7
7
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' ,
9
9
linkedin : 'https://www.linkedin.com/in/lucasferreiralimax' ,
10
10
appVersion,
11
11
vueVersion,
Original file line number Diff line number Diff line change @@ -58,10 +58,15 @@ function returnVoiceTranscript(transcript) {
58
58
</div >
59
59
</div >
60
60
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" >
65
70
<div class =" input-group" >
66
71
<label for =" voiceTextArea" class =" input-label" >
67
72
<h2 >Transcript Results</h2 >
@@ -70,7 +75,6 @@ function returnVoiceTranscript(transcript) {
70
75
placeholder =" Texto do Voice Transcript" ></textarea >
71
76
</div >
72
77
</div >
73
- </div >
74
78
</Nucleus >
75
79
</template >
76
80
You can’t perform that action at this time.
0 commit comments