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