You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my understanding, the component dynamically renders other Vue components based on the serializers provided. I'm trying to figure out if there's a built-in mechanism or a recommended way to forward props to these dynamically generated components. Specifically, I want to pass a prop that can control a transition state inside them.
Has anyone faced a similar issue or can provide guidance on how to achieve this? Any help would be greatly appreciated!
Thank you!
The text was updated successfully, but these errors were encountered:
Hello maintainers and community,
I've been working with NuxtSanity in a Nuxt3 project and making use of the component. I've set it up as follows:
From my understanding, the component dynamically renders other Vue components based on the serializers provided. I'm trying to figure out if there's a built-in mechanism or a recommended way to forward props to these dynamically generated components. Specifically, I want to pass a prop that can control a transition state inside them.
Has anyone faced a similar issue or can provide guidance on how to achieve this? Any help would be greatly appreciated!
Thank you!
The text was updated successfully, but these errors were encountered: