Move old routes to /p, use /nickname for user profiles
This commit is contained in:
parent
c3c75e0702
commit
6532462b95
13 changed files with 96 additions and 48 deletions
|
@ -13,7 +13,7 @@
|
|||
<img :src="message.author.avatar" />
|
||||
</span>
|
||||
<div class="chat-content">
|
||||
<router-link class="chat-name" :to="{ name: 'user-profile', params: { id: message.author.id } }">
|
||||
<router-link class="chat-name" :to="{ name: 'user-profile', params: { name: message.author.username } }">
|
||||
{{message.author.username}}
|
||||
</router-link>
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue