diff --git a/How to/Organize pdf/src/App.vue b/How to/Organize pdf/src/App.vue index 6170621..9497a1f 100644 --- a/How to/Organize pdf/src/App.vue +++ b/How to/Organize pdf/src/App.vue @@ -22,7 +22,7 @@ export default { name: 'app', data () { return { - resourceUrl:"https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib", + resourceUrl:"https://cdn.syncfusion.com/ej2/27.1.48/dist/ej2-pdfviewer-lib", documentPath:"https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf" }; },