Skip to content

Commit

Permalink
docs(vue): Replace hooks with composables
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Nov 14, 2024
1 parent 7bb5c30 commit 45ce195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstarts/vue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Cards>

0 comments on commit 45ce195

Please sign in to comment.