When the Nuxt3 page has the print function, refreshing the page will automatically jump to the home page
Open
- 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.
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.