From e1209b32156412a4cfaff55d07f4437ea1cbb3e6 Mon Sep 17 00:00:00 2001 From: sibbng Date: Sun, 17 Jul 2022 19:13:03 +0300 Subject: [PATCH] fix(useSpeechSynthesis): remove duplicated `onend`, fix demo --- packages/core/useSpeechSynthesis/demo.vue | 10 +++------- packages/core/useSpeechSynthesis/index.ts | 11 ++++++----- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/packages/core/useSpeechSynthesis/demo.vue b/packages/core/useSpeechSynthesis/demo.vue index 3964319a9f5..923b841f265 100644 --- a/packages/core/useSpeechSynthesis/demo.vue +++ b/packages/core/useSpeechSynthesis/demo.vue @@ -1,22 +1,18 @@