mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 20:29:35 +02:00
fixed error with mode in transition-group
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user