From d3b3b9bef3af0b77de6e12a10b3d08978e89d238 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 6 Dec 2024 16:53:35 +0100 Subject: [PATCH] docs(installation): add app section --- .../1.getting-started/2.installation/1.nuxt.md | 14 ++++++++++++++ .../1.getting-started/2.installation/2.vue.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/docs/content/1.getting-started/2.installation/1.nuxt.md b/docs/content/1.getting-started/2.installation/1.nuxt.md index 99b967da..16c75736 100644 --- a/docs/content/1.getting-started/2.installation/1.nuxt.md +++ b/docs/content/1.getting-started/2.installation/1.nuxt.md @@ -81,6 +81,20 @@ It's recommended to install the [Tailwind CSS IntelliSense](https://marketplace. :: +#### Wrap your app with App component + +```vue [app.vue] + +``` + +::note{to="/components/app"} +The `App` component provides global configurations and is required for **Toast** and **Tooltip** components to work. +:: + :: ### Use our Nuxt Starter diff --git a/docs/content/1.getting-started/2.installation/2.vue.md b/docs/content/1.getting-started/2.installation/2.vue.md index cdf3e2e6..f8daa944 100644 --- a/docs/content/1.getting-started/2.installation/2.vue.md +++ b/docs/content/1.getting-started/2.installation/2.vue.md @@ -123,6 +123,20 @@ It's recommended to install the [Tailwind CSS IntelliSense](https://marketplace. :: +#### Wrap your app with App component + +```vue [App.vue] + +``` + +::note{to="/components/app"} +The `App` component provides global configurations and is required for **Toast** and **Tooltip** components to work. +:: + :: ## Options