crabbly / crabbly/Print.js

When the Nuxt3 page has the print function, refreshing the page will automatically jump to the home page

Open
#709 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4.5k
Forks
688
PR merge metrics
No merged PRs in 30d

Description

When the Nuxt3 page has the print function, refreshing the page will automatically jump to the home page.

print

const onConfirmPrintSampleDreesInfo = () => {
printJS({
printable: "print-container",
type: "html",
targetStyle: '*',
targetStyles: '*',
scanStyles: true})
}

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.