PresenceGroup
ts
<PresenceGroup>
<template v-for="item in items" :key="item.id">
<Motion
v-show="show"
:animate="{ opacity: 1 }"
:exit="{ opacity: 0 }">
</Motion>
</template>
</PresenceGroup>