Open asd375zxcvb opened 5 years ago
I have pdf inserted in two pages, but when I switch between pages, the first pdf is loaded and the second pdf is not loaded.
I have pdf inserted in two pages, but when I switch between pages, the first pdf is loaded and the second pdf is not loaded.
Try remove worker after load 1 document, smth like this
mounted() {
this.src.promise.then((pdf) => {
this.numPages = pdf.numPages
this.src._worker.destroy()
})
}