Skip to content

Commit f41ebc2

Browse files
Integrated latest changes at 08-31-2024 4:30:06 AM
1 parent cce598a commit f41ebc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ej2-vue/pdfviewer/getting-started-application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article provides a step-by-step guide for setting up a [Vite](https://vitej
1414

1515
The `Composition API` is a new feature introduced in Vue.js 3 that provides an alternative way to organize and reuse component logic. It allows developers to write components as functions that use smaller, reusable functions called composition functions to manage their properties and behavior.
1616

17-
The `Options API` is the traditional way of writing Vue.js components, where the component logic is organized into a series of options that define the component's properties and behavior. These options include data, methods, computed properties, watchers, lifecycle hooks, and more.
17+
The `Options API` is the traditional way of writing Vue.js components, where the component logic is organized into a series of options that define the component's properties and behavior. These options include data, methods, computed properties, watchers, life cycle hooks, and more.
1818

1919
## Prerequisites
2020

@@ -333,6 +333,6 @@ The output will appear as follows:
333333

334334
![Output](./images/Vue3-pdf-viewer-demo.png)
335335

336-
[View sample in GitHub](https://github.com/SyncfusionExamples/vue-pdf-viewer-examples/tree/master/Getting%20Started%20Vue-3).
336+
[View sample in GitHub](https://github.com/SyncfusionExamples/vue-pdf-viewer-examples/tree/master/Getting%20Started%20Vue-3%20-%20Standalone).
337337

338-
For migrating from Vue 2 to Vue 3, refer to the [`migration`](https://ej2.syncfusion.com/vue/documentation/getting-started/vue3-tutorial/#migration-from-vue-2-to-vue-3) documentation.
338+
For migrating from Vue 2 to Vue 3, refer to the [`migration`](https://ej2.syncfusion.com/vue/documentation/getting-started/vue3-tutorial/#migration-from-vue-2-to-vue-3) documentation.

0 commit comments

Comments
 (0)