feat: resolve status paths with router (#258)
This commit is contained in:
parent
24bbe9135b
commit
4ed1816806
22 changed files with 106 additions and 50 deletions
|
@ -29,7 +29,7 @@ const isExpanded = ref(false)
|
|||
:key="item.id"
|
||||
:account="item.account"
|
||||
>
|
||||
<NuxtLink :to="getAccountPath(item.account)">
|
||||
<NuxtLink :to="getAccountRoute(item.account)">
|
||||
<AccountAvatar :account="item.account" w-8 h-8 />
|
||||
</NuxtLink>
|
||||
</AccountHoverWrapper>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue