From c7bb6d4c4b9a61bc022d23176971b6b6a5ff4038 Mon Sep 17 00:00:00 2001 From: Jez McKean Date: Fri, 2 May 2025 17:20:10 +0100 Subject: [PATCH] docs(toast): fix toaster example links (#4044) --- docs/content/3.components/toast.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/3.components/toast.md b/docs/content/3.components/toast.md index 2700e065..08ad679d 100644 --- a/docs/content/3.components/toast.md +++ b/docs/content/3.components/toast.md @@ -188,7 +188,7 @@ name: 'toast-example' :toaster-position-example :: -::note{to="https://github.com/nuxt/ui/blob/v3/docs/app/app.vue#L77"} +::note{to="https://github.com/nuxt/ui/blob/v3/docs/app/app.config.ts#L3"} In this example, we use the `AppConfig` to configure the `position` prop of the `Toaster` component globally. :: @@ -206,7 +206,7 @@ name: 'toast-example' :toaster-duration-example :: -::note{to="https://github.com/nuxt/ui/blob/v3/docs/app/app.vue#L77"} +::note{to="https://github.com/nuxt/ui/blob/v3/docs/app/app.config.ts#L5"} In this example, we use the `AppConfig` to configure the `duration` prop of the `Toaster` component globally. :: @@ -228,7 +228,7 @@ name: 'toast-example' :toaster-expand-example :: -::note{to="https://github.com/nuxt/ui/blob/v3/docs/app/app.vue#L77"} +::note{to="https://github.com/nuxt/ui/blob/v3/docs/app/app.config.ts#L4"} In this example, we use the `AppConfig` to configure the `expand` prop of the `Toaster` component globally. ::