feat: use nested routes for profile
This commit is contained in:
parent
e81273e944
commit
1ee945447d
12 changed files with 56 additions and 36 deletions
|
@ -11,7 +11,7 @@ const { paginator } = defineProps<{
|
|||
<template #default="{ item }">
|
||||
<AccountCard
|
||||
:account="item"
|
||||
border="b base" p1
|
||||
border="b base" py2 px4
|
||||
/>
|
||||
</template>
|
||||
</CommonPaginator>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue