We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the lib/StoryblokComponent.vue component to be useful, it would be helpful if we could use slots with the component.
Slots are not forwarded through the dynamic component in lib/StoryblokComponent.vue
<template> <StoryblokComponent v-if="story" :blok="story.content"> <div>Some slot content here</div> </StoryblokComponent> </template>
The above code will not render the slot content.
PR to resolve: #263
The text was updated successfully, but these errors were encountered:
Hi there @djam90 thanks for open this ticket and the correspondent PR, I just mention my colleagues on the PR for approval
Sorry, something went wrong.
alvarosabu
Successfully merging a pull request may close this issue.
Expected Behavior
For the lib/StoryblokComponent.vue component to be useful, it would be helpful if we could use slots with the component.
Current Behavior
Slots are not forwarded through the dynamic component in lib/StoryblokComponent.vue
Steps to Reproduce
The above code will not render the slot content.
PR to resolve: #263
The text was updated successfully, but these errors were encountered: