add-pdf
Dev 1 2023-09-13 11:15:41 +05:30
parent d1bf0d528b
commit 9ed6f1437a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default {
data() { data() {
return { return {
pageCount: 1, pageCount: 1,
pdfSource: '/sample-pdf.pdf', pdfSource: 'https://raw.githubusercontent.com/mozilla/pdf.js/ba2edeae/web/compressed.tracemonkey-pldi-09.pdf',
showAllPages: true, showAllPages: true,
pageData: null, pageData: null,
page: null, page: null,