1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 08:04:08 +02:00

fix(frontend-embed): fix instanceticker, remove directives (#14631)

This commit is contained in:
かっこかり
2024-09-25 16:28:32 +09:00
committed by GitHub
parent 8c3be57ab3
commit 0f8b15f0fe
5 changed files with 9 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<MkA v-user-preview="canonical" :class="[$style.root]" :to="url" :style="{ background: bgCss }">
<MkA :class="[$style.root]" :to="url" :style="{ background: bgCss }">
<span>
<span>@{{ username }}</span>
<span v-if="(host != localHost)" :class="$style.host">@{{ toUnicode(host) }}</span>