Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Oct 7, 2024
1 parent df39611 commit 54b689d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/widgets/VoiceTable/VoiceTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ provide("audioElem", new Audio());
>
<VoicePlayer
:key="index"
v-model:playKey="playKey"
v-model:play-key="playKey"
:direct-link="ele.directLinks[selectedVoiceLang]"
:voice-id="`${voiceKey}/${ele.title}`"
:voice-path="`${selectedVoicePath}/${ele.fileName?.replace(
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/VoiceTable/VoiceTableMobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ provide("audioElem", new Audio());
<div>
<VoicePlayer
:key="index"
v-model:playKey="playKey"
v-model:play-key="playKey"
:direct-link="ele?.directLinks[selectedVoiceLang]"
:voice-id="`${voiceKey}/${ele?.title}`"
:voice-path="`${selectedVoicePath}/${ele?.fileName?.replace(
Expand Down

0 comments on commit 54b689d

Please sign in to comment.