You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the method print() does not set the parameter can print 1 page, because I use the pagination mode, when the following parameters are set, the page will be stuck.
Sorry, I may have written something wrong, I mean after setting the parameters to the print() method, triggering this method, the browser is unresponsive, and the browser cannot do anything else, you need to close the browser again
When the method print() does not set the parameter can print 1 page, because I use the pagination mode, when the following parameters are set, the page will be stuck.
printPdf() {
this.$refs.pdfRef.print(300, '', true)
},
The text was updated successfully, but these errors were encountered: