structured data not available in vue3 context
rpopcrane opened this issue · 1 comments
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
Everything else works well. Wiring component data through :data is functional and so is fetching data through API from within builderio.
Thank you,
Rares
@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".