I do have the following:
<silent-box :gallery="photos">
<template #silentbox-item="{ silentboxItem }">
<img :src="silentboxItem.src" />
...
</template>
</silent-box>
I'm not sure how to add transition-group to that kind of code. Tried it in pretty much any way without success.
Can you give me a tip for that one ? 😄
I do have the following:
I'm not sure how to add
transition-groupto that kind of code. Tried it in pretty much any way without success.Can you give me a tip for that one ? 😄