Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SaravanaPriya31 authored and SaravanaPriya31 committed Nov 3, 2023
1 parent b9999ac commit b2f6c3d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Getting Started - server-back/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<ejs-pdfviewer
id="pdfViewer"
:documentPath="documentPath"
:serviceUrl="serviceUrl"
:resourceUrl="resourceUrl">
:serviceUrl="serviceUrl">
</ejs-pdfviewer>
</div>
</template>
Expand All @@ -18,8 +17,7 @@
data() {
return {
serviceUrl: "https://services.syncfusion.com/vue/production/api/pdfviewer",
documentPath: "https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf",
resourceUrl: 'https://cdn.syncfusion.com/ej2/23.1.43/dist/ej2-pdfviewer-lib'
documentPath: "https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"
};
},
provide: {
Expand Down

0 comments on commit b2f6c3d

Please sign in to comment.