<UserProfile />
The <UserProfile />
component is used to render a beautiful, full-featured account management UI that allows users to manage their profile and security settings.
Props
Click here to see the full list of props available.
Usage
vue
<script setup>
import { UserProfile } from 'vue-clerk'
</script>
<template>
<UserProfile path="/user-profile" />
</template>