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 57e727a commit 36f9631Copy full SHA for 36f9631
How to/Enable Local Storage/src/App.vue
@@ -5,7 +5,7 @@
5
ref="pdfviewer"
6
:documentPath="documentPath"
7
:enableLocalStorage="true"
8
- :serviceUrl="serviceUrl"
+ :resourceUrl="resourceUrl"
9
style="height: 640px;"
10
>
11
</ejs-pdfviewer>
@@ -33,8 +33,8 @@ export default {
33
},
34
data() {
35
return {
36
- serviceUrl:"https://ej2services.syncfusion.com/production/web-services/api/pdfviewer",
37
- documentPath:"PDF_Succinctly.pdf"
+ documentPath:'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf',
+ resourceUrl: 'https://cdn.syncfusion.com/ej2/28.1.33/dist/ej2-pdfviewer-lib'
38
};
39
40
provide: {
0 commit comments