Updated
This commit is contained in:
@@ -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(() => {
|
||||
<div
|
||||
class="relative overflow-hidden flex items-center justify-center mt-px bg-slate-300 rounded-full size-[35px] shrink-0"
|
||||
>
|
||||
<img
|
||||
v-if="!reverse"
|
||||
src="/img/footer-bg.jpg"
|
||||
<NuxtImg
|
||||
v-if="reverse"
|
||||
src="/img/heymlz/footer-share.svg"
|
||||
class="size-full object-cover absolute"
|
||||
alt="profile"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user