We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74c12a commit 2d60d2cCopy full SHA for 2d60d2c
demo/vue/public/sample-pdf-file.pdf
-23.6 KB
demo/vue/public/sample.pdf
2.96 KB
demo/vue/sandbox.config.json
demo/vue/src/App.vue
@@ -1,10 +1,10 @@
1
<script setup lang="ts">
2
import PdfViewer from './components/PdfViewer.vue'
3
4
-const src: string | null = `${window.location.origin}/sample-pdf-file.pdf`
+const src: string | null = '/sample.pdf'
5
const viewerPath: string | null = '/pdfjs-viewer'
6
const page: string | null = '1'
7
-const locale: string | null = 'uk'
+const locale: string | null = 'en'
8
const zoom: string | null = 'auto'
9
const pagemode: string | null = 'none'
10
const search: string | null = null
0 commit comments