fix(client): ユーザーページのナビゲーションが失敗する問題を修正
This commit is contained in:
parent
a905188e95
commit
901436a095
2 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<transition name="fade" mode="out-in">
|
||||
<div class="ftskorzw wide" v-if="user && narrow === false">
|
||||
<MkRemoteCaution v-if="user.host != null" :href="user.url"/>
|
||||
|
@ -190,6 +191,7 @@
|
|||
<MkError v-else-if="error" @retry="fetch()"/>
|
||||
<MkLoading v-else/>
|
||||
</transition>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue