diff --git a/docs/references/vue/overview.mdx b/docs/references/vue/overview.mdx index 6b64d23e75..eeeafaa05b 100644 --- a/docs/references/vue/overview.mdx +++ b/docs/references/vue/overview.mdx @@ -5,9 +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 - -### 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.