File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
import { ref } from " vue" ;
3
3
import " pdfjs-viewer-element" ;
4
4
5
- const src: string | null = ref (" /sample-pdf-with-images.pdf" );
6
- const viewerPath: string | null = ref (" /pdfjs-prebuilt" );
7
- const page: string | null = ref (" 2" );
8
- const locale: string | null = ref (" de " );
9
- const zoom: string | null = ref (" auto" );
10
- const pagemode: string | null = ref (" none" );
11
- const search: string | null = ref (null );
12
- const phrase: boolean = ref (true );
13
- const textLayer: string | null = ref (" hover" );
5
+ const src = ref (" /sample-pdf-with-images.pdf" );
6
+ const viewerPath = ref (" /pdfjs-prebuilt" );
7
+ const page = ref (" 2" );
8
+ const locale = ref (" uk " );
9
+ const zoom = ref (" auto" );
10
+ const pagemode = ref (" none" );
11
+ const search = ref (null );
12
+ const phrase = ref (true );
13
+ const textLayer = ref (" hover" );
14
14
</script >
15
15
16
16
<template >
You can’t perform that action at this time.
0 commit comments