From a1e19c05de9a195149990ade806a169a9582d98f Mon Sep 17 00:00:00 2001 From: hillary-ochieng Date: Tue, 13 May 2025 17:04:51 +0300 Subject: [PATCH] SEO-200810-Ej2-vue-docs --- ej2-vue/drop-down-tree/vue-3-getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ej2-vue/drop-down-tree/vue-3-getting-started.md b/ej2-vue/drop-down-tree/vue-3-getting-started.md index a8dc05f92..28bd92dee 100644 --- a/ej2-vue/drop-down-tree/vue-3-getting-started.md +++ b/ej2-vue/drop-down-tree/vue-3-getting-started.md @@ -18,11 +18,11 @@ 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 -A recommended approach for beginning with Vue is to scaffold a project using [Vite](https://vitejs.dev/). To create a new Vite project, use one of the commands that are specific to either NPM or Yarn. +A recommended approach for beginning with Vue is to scaffold a project using [Vite](https://vite.dev/). To create a new Vite project, use one of the commands that are specific to either NPM or Yarn. ```bash npm create vite@latest @@ -99,7 +99,7 @@ yarn add @syncfusion/ej2-vue-dropdowns ## Import Syncfusion® CSS styles -You can import themes for the Syncfusion® Vue component in various ways, such as using CSS or SASS styles from npm packages, CDN, [CRG](https://ej2.syncfusion.com/javascript/documentation/common/custom-resource-generator/) and [Theme Studio](https://ej2.syncfusion.com/vue/documentation/appearance/theme-studio/). Refer to [themes topic](https://ej2.syncfusion.com/vue/documentation/appearance/theme/) to know more about built-in themes and different ways to refer to themes in a Vue project. +You can import themes for the Syncfusion® Vue component in various ways, such as using CSS or SASS styles from npm packages, CDN, [CRG](https://ej2.syncfusion.com/javascript/documentation/common/custom-resource-generator) and [Theme Studio](https://ej2.syncfusion.com/vue/documentation/appearance/theme-studio). Refer to [themes topic](https://ej2.syncfusion.com/vue/documentation/appearance/theme) to know more about built-in themes and different ways to refer to themes in a Vue project. In this article, `Material` theme is applied using CSS styles, which are available in installed packages. The necessary `Material` CSS styles for the Dropdown Tree component and its dependents were imported into the `