From 32fa402a55c8a36e3d1baca70b93160d0edef4c7 Mon Sep 17 00:00:00 2001 From: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:48:49 -0500 Subject: [PATCH] code review --- docs/references/vue/overview.mdx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/references/vue/overview.mdx b/docs/references/vue/overview.mdx index 15dfcbcb98..6b64d23e75 100644 --- a/docs/references/vue/overview.mdx +++ b/docs/references/vue/overview.mdx @@ -7,18 +7,6 @@ The Vue SDK is built on top of the [Clerk JavaScript SDK](/docs/references/javas ## Key features -### Pre-built components - -The Vue SDK provides access to [Clerk components](/docs/components/overview) for user and organization management, including: - -- [Sign-in](/docs/components/authentication/sign-in) -- [Sign-up](/docs/components/authentication/sign-up) -- [Account switching](/docs/components/user/user-button) -- [User profile management](/docs/components/user/user-profile) -- [Organization switching](/docs/components/organization/organization-switcher) -- [Organization management](/docs/components/organization/organization-profile) -- [Control components](/docs/components/control/signed-in) - ### Custom composables The Vue SDK provides access to custom composables that provide direct access to the [`Clerk` object](/docs/references/javascript/clerk/clerk), a user's [`User` object](/docs/references/javascript/user/user), and helper methods for authentication flows. @@ -32,7 +20,7 @@ Clerk offers framework-specific SDKs that are customized to provide the better d | Framework | Package | Docs | | - | - | - | -| Nuxt | `@clerk/nuxt` | Nuxt SDK | +| Nuxt | `@clerk/nuxt` | [Nuxt SDK](/docs/references/nuxt/overview) | ## Set up Clerk Vue