Skip to content

Commit 2d60d2c

Browse files
committed
Fix demo
1 parent d74c12a commit 2d60d2c

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed
-23.6 KB
Binary file not shown.

demo/vue/public/sample.pdf

2.96 KB
Binary file not shown.

demo/vue/sandbox.config.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

demo/vue/src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<script setup lang="ts">
22
import PdfViewer from './components/PdfViewer.vue'
33
4-
const src: string | null = `${window.location.origin}/sample-pdf-file.pdf`
4+
const src: string | null = '/sample.pdf'
55
const viewerPath: string | null = '/pdfjs-viewer'
66
const page: string | null = '1'
7-
const locale: string | null = 'uk'
7+
const locale: string | null = 'en'
88
const zoom: string | null = 'auto'
99
const pagemode: string | null = 'none'
1010
const search: string | null = null

0 commit comments

Comments
 (0)