useAutoAnimate doesn't work as expected if elements are rendered conditionally with v-if.
Here's a pen for reproduction
I expect the same animation that the directive has and the docs say "This composable supports all the same great features".
Am I doing something wrong?
Awesome library btw!