mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 13:54:01 +01:00
fix: remove hardcoded IDs from ChatMessageContainer for improved flexibility
This commit is contained in:
@@ -29,7 +29,6 @@ watch(
|
||||
<ChatMain />
|
||||
<div ref="parents" class="space-y-4 md:my-32 mb-16">
|
||||
<ChatMessageContainer
|
||||
:id="99999999998"
|
||||
v-motion
|
||||
:initial="{
|
||||
opacity: 0,
|
||||
@@ -55,7 +54,6 @@ watch(
|
||||
}"
|
||||
/>
|
||||
<ChatMessageContainer
|
||||
:id="99999999999"
|
||||
v-motion
|
||||
:initial="{
|
||||
opacity: 0,
|
||||
|
||||
Reference in New Issue
Block a user