User profile page webpage

This commit is contained in:
2025-08-02 20:30:48 +08:00
parent a932108c87
commit be7d7536fc
13 changed files with 381 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="max-w-3xl mx-auto p-8">
<div class="container mx-auto">
<div class="flex items-center gap-6 mb-8">
<n-avatar round :size="100" :alt="userStore.user.name" :src="userPicture">
<n-icon size="48" v-if="!userPicture">

View File

@@ -0,0 +1,3 @@
<template>
<p>Security</p>
</template>