Merge branch 'develop' into swn

This commit is contained in:
tamaina 2021-10-25 21:59:07 +09:00
commit 89777c3f21
3 changed files with 10 additions and 1 deletions

View file

@ -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">