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
Hi, I am trying to render a custom region which I want to be as a standalone vue component. I am able to use custom content when creating it dynamically:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am trying to render a custom region which I want to be as a standalone vue component. I am able to use custom content when creating it dynamically:
However, I wish to have a seperate component in a .vue file that I can put in the content and also I might want to send some props to it, like so:
AudioTimestampStyledComponent.vue
How can I render this component in the region content?
Many thanks! awesome library :)
Beta Was this translation helpful? Give feedback.
All reactions