Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

structured data not available in vue3 context #3777

Open
rpopcrane opened this issue Dec 10, 2024 · 1 comment
Open

structured data not available in vue3 context #3777

rpopcrane opened this issue Dec 10, 2024 · 1 comment

Comments

@rpopcrane
Copy link

When rendering a Component from client-side Vue3, the content bound to a datas tructure model is not rendering as expected.
Instead it behaves as if the list has a single, empty element.

To Reproduce
Steps to reproduce the behavior:

  1. create a data structure model with at least 4 items
  2. create a carousel like, binding it to it
  3. setup a vue3 with vite dev environment
  4. create a simple page wired to the builderio component

Expected behavior
The carousel should be rendered correctly by showing the 4 items.

Screenshots

builder.io shots
Screenshot 2024-12-10 at 10 19 42

rendering in vue
Screenshot 2024-12-10 at 10 19 55

Everything else works well. Wiring component data through :data is functional and so is fetching data through API from within builderio.

Thank you,
Rares

@samijaber
Copy link
Contributor

@rpopcrane Thanks for sharing: we typically recommend contacting support directly for help. This guarantees that your issue is triaged and handled appropriately. You can read our docs for more information on how to contact us, or use the ? in the bottom right corner of the content page and click on "Contact Support".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants