From 45ce195fa6fd0d01b163b60e14343f1332ab6488 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Thu, 14 Nov 2024 13:55:57 -0800 Subject: [PATCH] docs(vue): Replace hooks with composables --- docs/manifest.json | 2 +- docs/quickstarts/vue.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 957627d528..b3a4152b10 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -64,7 +64,7 @@ "href": "/docs/quickstarts/expo" }, { "title": "iOS", "tag": "(Beta)", "href": "/docs/quickstarts/ios" }, - { "title": "Vue", "tag": "(Beta)", "href": "/docs/quickstarts/vue", "icon": "vue" } + { "title": "Vue", "href": "/docs/quickstarts/vue", "icon": "vue" } ] ] }, diff --git a/docs/quickstarts/vue.mdx b/docs/quickstarts/vue.mdx index 2a2fc596e8..563c7b0cef 100644 --- a/docs/quickstarts/vue.mdx +++ b/docs/quickstarts/vue.mdx @@ -194,6 +194,6 @@ Learn more about Clerk components, how to customize them, and how to use Clerk's --- - - [Client-side helpers (hooks)](/docs/references/react/use-user) + - [Client-side helpers (composables)](/docs/references/react/use-user) - Learn more about Clerk's client-side helpers and how to use them.