mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Hide empty links
This commit is contained in:
@@ -762,9 +762,10 @@ html
|
|||||||
pre.extra(style="font-family:inherit;font-size:12px;white-space:pre-wrap;margin:0 0.5em 0 0") {{ userDialog.ref.bio || '-' }}
|
pre.extra(style="font-family:inherit;font-size:12px;white-space:pre-wrap;margin:0 0.5em 0 0") {{ userDialog.ref.bio || '-' }}
|
||||||
div(style="margin-top:5px")
|
div(style="margin-top:5px")
|
||||||
el-tooltip(v-for="(link, index) in userDialog.ref.bioLinks" :key="index")
|
el-tooltip(v-for="(link, index) in userDialog.ref.bioLinks" :key="index")
|
||||||
template(#content)
|
template(v-if="link")
|
||||||
span(v-text="link")
|
template(#content)
|
||||||
img(:src="getFaviconUrl(link)" style="width:16px;height:16px;vertical-align:middle;margin-right:5px" @click.stop="openExternalLink(link)")
|
span(v-text="link")
|
||||||
|
img(:src="getFaviconUrl(link)" style="width:16px;height:16px;vertical-align:middle;margin-right:5px" @click.stop="openExternalLink(link)")
|
||||||
.x-friend-item
|
.x-friend-item
|
||||||
.detail
|
.detail
|
||||||
span.name Avatar Copying
|
span.name Avatar Copying
|
||||||
|
|||||||
Reference in New Issue
Block a user