-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
storyblok/storyblok-vue
#263Labels
vue[Package] `storyblok-vue` related issues.[Package] `storyblok-vue` related issues.
Description
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
<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: storyblok/storyblok-vue#263
davidsandoz and aryaemami59
Metadata
Metadata
Assignees
Labels
vue[Package] `storyblok-vue` related issues.[Package] `storyblok-vue` related issues.