refs #405 Fix display state of loading in side bar

This commit is contained in:
AkiraFukushima 2018-06-25 08:31:32 +09:00
parent f229144f25
commit 5d50efe342
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
</div>
<div id="sidebar_scrollable">
<account-profile v-if="component === 1" v-on:change-loading="changeLoading"></account-profile>
<toot-detail v-if="component === 2"></toot-detail>
<toot-detail v-else-if="component === 2"></toot-detail>
<div
class="loading"
v-loading="true"