fixed error with mode in transition-group

This commit is contained in:
Kostya
2023-11-19 16:18:56 +03:00
parent 7fe5a11698
commit 74ef7e71e8

View File

@@ -12,7 +12,7 @@
</div>
<div class="chat__content--users">
<ul>
<transition-group name="fade" mode="out-in">
<transition-group name="fade">
<li
v-for="msg in array"
:key="msg"