Skip to content

Commit 41bd27c

Browse files
committed
EJ2-1008903-Validate and resolve the issues in the documentation for the Vue platform
1 parent 6ceccd9 commit 41bd27c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Document-Processing/PDF/PDF-Viewer/vue/download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default {
8686
},
8787

8888
methods: {
89-
downloadClicked: function (args) {
89+
downloadClicked: function () {
9090
this.$refs.pdfviewer.ej2Instances.download();
9191
}
9292
}
@@ -160,7 +160,7 @@ export default {
160160
},
161161

162162
methods: {
163-
downloadClicked: function (args) {
163+
downloadClicked: function () {
164164
this.$refs.pdfviewer.ej2Instances.download();
165165
}
166166
}

Document-Processing/PDF/PDF-Viewer/vue/print.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default {
125125
ThumbnailView, Print, TextSelection, TextSearch, FormFields, FormDesigner]
126126
},
127127
methods: {
128-
printClicked: function (args) {
128+
printClicked: function () {
129129
this.$refs.pdfviewer.ej2Instances.print.print();
130130
}
131131
}
@@ -200,7 +200,7 @@ export default {
200200
},
201201

202202
methods: {
203-
printClicked: function (args) {
203+
printClicked: function () {
204204
this.$refs.pdfviewer.ej2Instances.print.print();
205205
}
206206
}

0 commit comments

Comments
 (0)