mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-19 04:10:19 +01:00
Merge pull request #411 from h3poteto/iss-405
closes #405 Fix display state of loading in side bar
This commit is contained in:
commit
29aa04f539
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user