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