We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ea1701 + e79d2a9 commit ccf64caCopy full SHA for ccf64ca
1 file changed
packages/core/src/components/word/TypeWord.vue
@@ -746,7 +746,7 @@ const isCollect = $computed(() => isWordCollect(props.word))
746
:title="`发音(${settingStore.shortcutKeyMap[ShortcutKey.PlayWordPronunciation]})`"
747
ref="volumeIconRef"
748
:simple="true"
749
- :cb="() => playWordAudio(word.word)"
+ :cb="() => play()"
750
/>
751
</div>
752
0 commit comments