Markup inconsistencies
This commit is contained in:
parent
cf7fab7103
commit
2bd16bedce
35 changed files with 87 additions and 57 deletions
|
|
@ -1,12 +1,16 @@
|
|||
<template>
|
||||
<router-link
|
||||
:title="user.screen_name_ui"
|
||||
:to="userProfileLink(user)"
|
||||
>
|
||||
{{ at ? '@' : '' }}{{ user.screen_name_ui }}<UnicodeDomainIndicator
|
||||
:user="user"
|
||||
/>
|
||||
</router-link>
|
||||
<div class="user-profile-link">
|
||||
<router-link
|
||||
:title="user.screen_name_ui"
|
||||
:to="userProfileLink(user)"
|
||||
>
|
||||
<slot>
|
||||
{{ at ? '@' : '' }}{{ user.screen_name_ui }}<UnicodeDomainIndicator
|
||||
:user="user"
|
||||
/>
|
||||
</slot>
|
||||
</router-link>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue