src/components/chat/components/playBar/PlayBar.vue @@ -443,6 +443,7 @@ }; const updateCommonChatInput = (val) => { inputValue.value = val; isShowPhrase.value = false; }; //#endregion </script>