Skip to content

Commit cab69dc

Browse files
committed
911119: Changed resource URL in organize pdf
1 parent 489b971 commit cab69dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

How to/Organize pdf/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
name: 'app',
2323
data () {
2424
return {
25-
resourceUrl:"https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib",
25+
resourceUrl:"https://cdn.syncfusion.com/ej2/27.1.48/dist/ej2-pdfviewer-lib",
2626
documentPath:"https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"
2727
};
2828
},

0 commit comments

Comments
 (0)