crabbly / Print.js

A tiny javascript library to help printing from the web.
MIT License
4.28k stars 672 forks source link

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

Open lee-stars opened 2 months ago

lee-stars commented 2 months ago

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

<button @click="onConfirmPrintSampleDreesInfo">print

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