This commit is contained in:
syuilo 2018-02-19 19:46:31 +09:00 committed by GitHub
parent 0c9a7cf643
commit 55273807d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="mk-timeline">
<mk-following-setuper v-if="alone"/>
<mk-friends-maker v-if="alone"/>
<div class="loading" v-if="fetching">
<mk-ellipsis-icon/>
</div>