feat: add users page

This commit is contained in:
yanghao05
2025-04-10 21:04:35 +08:00
parent ed27cb3534
commit 5a63eee1ce
22 changed files with 797 additions and 60 deletions

View File

@@ -22,6 +22,11 @@ const navItems = ref([
icon: 'pi pi-file',
command: () => router.push('/posts')
},
{
label: 'Usesrs',
icon: 'pi pi-users',
command: () => router.push('/users')
},
{
label: 'Settings',
icon: 'pi pi-cog',