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