-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEO-181194-Vue-Post-Realese-Work #330
base: hotfix/hotfix-v25.1.35
Are you sure you want to change the base?
SEO-181194-Vue-Post-Realese-Work #330
Conversation
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented
@@ -83,9 +83,9 @@ Now that `my-project` is ready to run with default settings, let's add Syncfusio | |||
|
|||
## Add Syncfusion Vue packages | |||
|
|||
Syncfusion Vue component packages are available at [npmjs.com](https://www.npmjs.com/search?q=ej2-vue). To use Syncfusion Vue components in the project, install the corresponding npm package. | |||
Syncfusion Vue component packages are available at [npm js.com](https://www.npmjs.com/search?q=ej2-vue). To use Syncfusion Vue components in the project, install the corresponding npm package. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this correct
|
||
This article uses the [Vue Mention component](https://www.syncfusion.com/vue-components/vue-mention) as an example. To use the Vue Mention component in the project, the `@syncfusion/ej2-vue-dropdowns` package needs to be installed using the following command: | ||
This article uses the [Vue Mention component](https://www.syncfusion.com/vue-components/vue-mention) as an example. To use the Vue Mention component in the project, the `@syncfusion/ej2-Vue-dropdowns` package needs to be installed using the following command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this
|
||
In this article, `Material` theme is applied using CSS styles, which are available in installed packages. The necessary `Material` CSS styles for the Mention component and its dependents were imported into the `<style>` section of **src/App.vue** file. | ||
In this article, `Material` theme is applied using CSS styles, which are available in installed packages. The necessary `Material` CSS styles for the Mention component and its dependents were imported into the `<style>` section of **src/App.Vue** file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this
@@ -123,7 +123,7 @@ In this article, `Material` theme is applied using CSS styles, which are availab | |||
|
|||
Follow the below steps to add the Vue Mention component using `Composition API` or `Options API`: | |||
|
|||
1.First, import and register the Mention component in the `script` section of the **src/App.vue** file. If you are using the `Composition API`, you should add the `setup` attribute to the `script` tag to indicate that Vue will be using the `Composition API`. | |||
1.First, import and register the Mention component in the `script` section of the **src/App.Vue** file. If you are using the `Composition API`, you should add the `setup` attribute to the `script` tag to indicate that Vue will be using the `Composition API`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this
@@ -165,7 +165,7 @@ export default { | |||
{% endhighlight %} | |||
{% endtabs %} | |||
|
|||
Here is the summarized code for the above steps in the **src/App.vue** file: | |||
Here is the summarized code for the above steps in the **src/App.Vue** file: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this
Hi @Yvone-Atieno ,
Kindly review my PR
Regards,
Faith