Merge pull request #411 from h3poteto/iss-405

closes #405 Fix display state of loading in side bar
This commit is contained in:
AkiraFukushima 2018-06-26 08:34:06 +09:00 committed by GitHub
commit 29aa04f539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"