Skip to content

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

@lee-stars

Description

@lee-stars

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions