Closed as not planned
Description
Environment
- Operating System: Linux
- Node Version: v16.19.0
- Nuxt Version: 3.6.5
- Nitro Version: 2.5.2
- Package Manager: [email protected]
- Builder: vite
- User Config: devtools, modules
- Runtime Modules: @nuxtjs/[email protected], @vueuse/motion/[email protected]
- Build Modules: -
Reproduction
https://codesandbox.io/p/sandbox/sleepy-bash-rkcwq7
Describe the bug
The vue docs says : If you also want to apply a transition on the initial render of a node, you can add the appear prop.
https://vuejs.org/guide/built-ins/transition.html#transition-on-appear
There is no transition on the initial render with nuxt, it however works when unmounting/remouting the node afterwards.
Working fine on vanilla vue : https://codesandbox.io/p/sandbox/jovial-kapitsa-qvhxzt
Additional context
No response
Logs
No response