diff --git a/frontend/components/product/ChatBox/ChatMessage.vue b/frontend/components/product/ChatBox/ChatMessage.vue index 8728ebb..0c351f4 100644 --- a/frontend/components/product/ChatBox/ChatMessage.vue +++ b/frontend/components/product/ChatBox/ChatMessage.vue @@ -54,13 +54,12 @@ onMounted(() => { `#chat-message-content-${id.value}`, { text: "", - duration: 2.5, ease: "none", }, { text: { value: content.value, rtl: false }, - duration: 2.5, ease: "none", + duration: 2.5, onUpdate: () => emit("textUpdate"), } ); @@ -78,9 +77,9 @@ onMounted(() => {
- profile