Skip to content

Commit 86ff442

Browse files
committed
Change vue demo pdf file
1 parent 875beaa commit 86ff442

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
23.6 KB
Binary file not shown.

demo/vue/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup lang="ts">
22
import PdfViewer from './components/PdfViewer.vue'
33
4-
const src: string | null = '/sample-pdf-10MB.pdf'
4+
const src: string | null = '/sample-pdf-file.pdf'
55
const viewerPath: string | null = '/pdfjs-viewer'
66
const page: string | null = '1'
77
const locale: string | null = 'uk'

0 commit comments

Comments
 (0)