Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech committed Dec 13, 2024
1 parent 005d91e commit 32fa402
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docs/references/vue/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit 32fa402

Please sign in to comment.