Skip to content

Overlay slot#193

Merged
TaTo30 merged 2 commits into
TaTo30:masterfrom
adamgreenhall:footer-slot
Oct 1, 2025
Merged

Overlay slot#193
TaTo30 merged 2 commits into
TaTo30:masterfrom
adamgreenhall:footer-slot

Conversation

@adamgreenhall

@adamgreenhall adamgreenhall commented Sep 26, 2025

Copy link
Copy Markdown
Contributor

add a second named slot to the template

this allows you do do things like:

<VuePDF :pdf="pdf" :page="page">
  <template #overlay="pageProps">
    <!-- an overlay canvas on top of the pdf -->
    <canvas :width="pageProps.width" :height="pageProps.height" />
  </template>
</VuePDF>

@TaTo30 TaTo30 merged commit 0a1ecb2 into TaTo30:master Oct 1, 2025
@TaTo30

TaTo30 commented Oct 1, 2025

Copy link
Copy Markdown
Owner

Thanks!

@robbieaverill

Copy link
Copy Markdown

Hi team, I think in future this should be classified as a feature/minor semver release. I noticed it was released in a patch release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants