We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0eb9b4 commit 062970fCopy full SHA for 062970f
src/blocks/helpers/figure.vue
@@ -6,7 +6,7 @@
6
v-bind="pass"
7
/>
8
<figcaption v-if="caption" class="notion-image-caption">
9
- <NotionTextRenderer :text="caption" />
+ <NotionTextRenderer :text="caption" v-bind="pass" />
10
</figcaption>
11
</figure>
12
</template>
0 commit comments