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.
2 parents 9ff173b + a369337 commit 0a1ecb2Copy full SHA for 0a1ecb2
1 file changed
packages/vue-pdf/src/components/VuePDF.vue
@@ -354,5 +354,10 @@ defineExpose({
354
<div v-show="loading" ref="loadingLayer" style="position: absolute">
355
<slot />
356
</div>
357
+ <slot
358
+ name="overlay"
359
+ :width="internalProps.viewport?.width"
360
+ :height="internalProps.viewport?.height"
361
+ />
362
363
</template>
0 commit comments