From 7954eae31a28484219a0581525cb33dde54ada26 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 | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/docs/references/vue/overview.mdx b/docs/references/vue/overview.mdx index 15dfcbcb98..eeeafaa05b 100644 --- a/docs/references/vue/overview.mdx +++ b/docs/references/vue/overview.mdx @@ -5,21 +5,7 @@ description: Learn how to integrate Clerk into your Vue application using the Cl The Vue SDK is built on top of the [Clerk JavaScript SDK](/docs/references/javascript/overview), and is the recommended way to integrate Clerk into your Vue application. -## 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 +## 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 +18,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