From 79e47e381e26ce0a3abc69cdca47f421f4ac8ecf Mon Sep 17 00:00:00 2001 From: GiriSF4292 Date: Wed, 25 Sep 2024 18:24:05 +0530 Subject: [PATCH] 897679: used the latest version --- How to/TextSearch/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How to/TextSearch/src/App.vue b/How to/TextSearch/src/App.vue index 2694654..16ee5fd 100644 --- a/How to/TextSearch/src/App.vue +++ b/How to/TextSearch/src/App.vue @@ -21,7 +21,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" }; },