fix(stage-web,stage-tamagotchi): Microsoft Speech not loading voices correctly
Co-authored-by: SuJiurong <92735869+sujiurong@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@ const props = defineProps<{
|
||||
type?: string
|
||||
}>()
|
||||
|
||||
const modelValue = defineModel<string>({ required: true })
|
||||
const modelValue = defineModel<string>({ required: false })
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user