Skip to content

Commit

Permalink
Update docs/quickstarts/vue.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriaxyz authored Dec 16, 2024
1 parent 1cf729f commit beea2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstarts/vue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Clerk's [Vue SDK](/docs/references/vue/overview) provides prebuilt components an
- [`<SignInButton />`](/docs/components/unstyled/sign-in-button): An unstyled component that links to the sign-in page or displays the sign-in modal.

```vue {{ filename: 'src/App.vue', mark: [2, [6, 13]] }}
<script setup lang="ts">
<script>
import { SignedIn, SignedOut, SignInButton, UserButton } from '@clerk/vue'
</script>
Expand Down

0 comments on commit beea2ce

Please sign in to comment.