Skip to content

Commit 046026a

Browse files
committed
931453: commit
1 parent 7999d7c commit 046026a

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

How to/Refer resource url locally/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ return (<div>
77
<div className='control-section'>
88
<PdfViewerComponent
99
id="container"
10-
documentPath= {window.location.origin + "/assest/pdfsuccinctly.pdf"}
11-
resourceUrl = {window.location.origin + "/assest/ej2-pdfviewer-lib"}
10+
documentPath= {window.location.origin + "/assets/pdfsuccinctly.pdf"}
11+
resourceUrl = {window.location.origin + "/assets/ej2-pdfviewer-lib"}
1212
style={{ 'height': '640px' }}>
1313

1414
<Inject services={[Toolbar, Magnification, Navigation, Annotation, LinkAnnotation, BookmarkView, ThumbnailView, Print, TextSelection, TextSearch, FormFields, FormDesigner, PageOrganizer]}/>

0 commit comments

Comments
 (0)