mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-31 09:35:16 +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>
|
||||||
<div id="sidebar_scrollable">
|
<div id="sidebar_scrollable">
|
||||||
<account-profile v-if="component === 1" v-on:change-loading="changeLoading"></account-profile>
|
<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
|
<div
|
||||||
class="loading"
|
class="loading"
|
||||||
v-loading="true"
|
v-loading="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user