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})
}