Skip to content

SEO-187689-EJ2-Vue-maps-getting-started-vue-3Page-with-redirect-links #427

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 5 commits into
base: hotfix/hotfix-v26.2.4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ej2-vue/document-editor/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ documentation: ug
domainurl: ##DomainURL##
---

# Getting Started with the Vue DcoumentEditor Component in Vue 2
# Getting Started with the Vue DocumentEditor Component in Vue 2

This article provides a step-by-step guide for setting up a Vue 2 project using [Vue-CLI](https://cli.vuejs.org/) and integrating the Syncfusion Vue Document Editor component

## Prerequisites

[System requirements for Syncfusion Vue UI components](https://ej2.syncfusion.com/vue/documentation/system-requirements/)
[System requirements for Syncfusion Vue UI components](https://ej2.syncfusion.com/vue/documentation/system-requirements)

## Dependencies

Expand Down Expand Up @@ -45,7 +45,7 @@ The Document Editor component requires server-side interactions for the followin
* [Open file formats other than SFDT](../document-editor/import#convert-word-documents-into-sfdt)
* [Paste with formatting](../document-editor/clipboard#paste-with-formatting)
* [Restrict editing](../document-editor/document-management)
* [Spellcheck](../document-editor/spell-check)
* [SpellCheck](../document-editor/spell-check)
* [Save as file formats other than SFDT and DOCX](../document-editor/server-side-export)

>Note: If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions.
Expand Down
4 changes: 2 additions & 2 deletions ej2-vue/list-box/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This article provides a step-by-step guide for setting up a Vue 2 project using

## Prerequisites

[System requirements for Syncfusion Vue UI components](https://ej2.syncfusion.com/vue/documentation/system-requirements/)
[System requirements for Syncfusion Vue UI components](https://ej2.syncfusion.com/vue/documentation/system-requirements)

## Setting up the Vue 2 project

Expand Down Expand Up @@ -103,7 +103,7 @@ export default {
{% endhighlight %}
{% endtabs %}

2\. In the `template` section, define the List box component with the [dataSource](https://ej2.syncfusion.com/staging/vue/documentation/api/list-box#datasource) property.
2\. In the `template` section, define the List box component with the [dataSource](https://ej2.syncfusion.com/staging/vue/documentation/api/list-box/#datasource) property.

{% tabs %}
{% highlight html tabtitle="~/src/App.vue" %}
Expand Down
2 changes: 1 addition & 1 deletion ej2-vue/maps/getting-started-vue-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The `Options API` is the traditional way of writing Vue.js components, where the

## Prerequisites

[System requirements for Syncfusion Vue UI components](https://ej2.syncfusion.com/vue/documentation/system-requirements/)
[System requirements for Syncfusion Vue UI components](https://ej2.syncfusion.com/vue/documentation/system-requirements)

## Set up the Vite project

Expand Down