Skip to content

Commit

Permalink
chore: fix error when merging
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Sep 18, 2023
1 parent d473158 commit 40355de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/StoryblokComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if (!componentFound) {
<template>
<component
ref="blokRef"
:is="blok.component"
:is="componentName"
v-bind="{ ...$props, ...$attrs }"
></component>
</template>

0 comments on commit 40355de

Please sign in to comment.