Skip to content

Commit 50b7a26

Browse files
committed
Vue Changes on Getting Started
1 parent 0570ff8 commit 50b7a26

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

Document-Processing/PDF/PDF-Viewer/vue/getting-started-with-server-backed.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -262,17 +262,6 @@ export default {
262262
{% endhighlight %}
263263
{% endtabs %}
264264

265-
The following summarized code is available in the **src/App.vue** file:
266-
267-
{% tabs %}
268-
{% highlight html tabtitle="~/src/App.vue" %}
269-
{% include code-snippet/pdfviewer/vue/getting-started-cs1/app-composition.vue %}
270-
{% endhighlight %}
271-
{% highlight html tabtitle="~/src/App.vue" %}
272-
{% include code-snippet/pdfviewer/vue/getting-started-cs1/app.vue %}
273-
{% endhighlight %}
274-
{% endtabs %}
275-
276265
N> We have provided the support to dynamically change the `serviceUrl`. After updating the `serviceUrl` dynamically, invoke the `pdfViewer.dataBind()` method before calling the `load` method. This ensures that the updated `serviceUrl` is applied immediately. Make sure to perform this step in versions 23.1.36 and later.
277266

278267
N> The Web API hosted link https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer utilized in the PDF viewer's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-PDFViewer-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/pdfviewer-server) for hosting your own web service and use for the serviceUrl property. **We strongly recommend using the standalone mode.**

Document-Processing/PDF/PDF-Viewer/vue/getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ import { PdfViewerComponent, Toolbar, Magnification, Navigation, LinkAnnotation,
9898
BookmarkView,ThumbnailView, Print,TextSelection, TextSearch,
9999
Annotation, FormDesigner, FormFields, PageOrganizer} from '@syncfusion/ej2-vue-pdfviewer';
100100

101-
}
102101
</script>
103102

104103
{% endhighlight %}

0 commit comments

Comments
 (0)