summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-10-25 03:56:20 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-10-25 03:56:20 +0900
commit901436a0957ac181e4ee742a1a959aff47db25a5 (patch)
treee0d794441f9e1f9515357e2899fa474ffd671dac /src
parent12.94.0 (diff)
downloadmisskey-901436a0957ac181e4ee742a1a959aff47db25a5.tar.gz
misskey-901436a0957ac181e4ee742a1a959aff47db25a5.tar.bz2
misskey-901436a0957ac181e4ee742a1a959aff47db25a5.zip
fix(client): ユーザーページのナビゲーションが失敗する問題を修正
Diffstat (limited to 'src')
-rw-r--r--src/client/pages/user/index.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/pages/user/index.vue b/src/client/pages/user/index.vue
index 5074c4531c..04585f3fd0 100644
--- a/src/client/pages/user/index.vue
+++ b/src/client/pages/user/index.vue
@@ -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">