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
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:
create a data structure model with at least 4 items
create a carousel like, binding it to it
setup a vue3 with vite dev environment
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
rendering in vue
Everything else works well. Wiring component data through :data is functional and so is fetching data through API from within builderio.
Thank you,
Rares
The text was updated successfully, but these errors were encountered:
@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".
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:
Expected behavior
The carousel should be rendered correctly by showing the 4 items.
Screenshots
builder.io shots
rendering in vue
Everything else works well. Wiring component data through :data is functional and so is fetching data through API from within builderio.
Thank you,
Rares
The text was updated successfully, but these errors were encountered: