diff --git a/ej2-vue/document-editor/getting-started.md b/ej2-vue/document-editor/getting-started.md index 1c2d2bc2c..b4b2e57d8 100644 --- a/ej2-vue/document-editor/getting-started.md +++ b/ej2-vue/document-editor/getting-started.md @@ -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 @@ -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. diff --git a/ej2-vue/list-box/getting-started.md b/ej2-vue/list-box/getting-started.md index f8ebdd01b..6e435ed5d 100644 --- a/ej2-vue/list-box/getting-started.md +++ b/ej2-vue/list-box/getting-started.md @@ -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 @@ -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" %} diff --git a/ej2-vue/maps/getting-started-vue-3.md b/ej2-vue/maps/getting-started-vue-3.md index 883c0b152..160224933 100644 --- a/ej2-vue/maps/getting-started-vue-3.md +++ b/ej2-vue/maps/getting-started-vue-3.md @@ -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