add-pdf
parent
d1bf0d528b
commit
9ed6f1437a
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue