front > menu > current projects : add skeleton class while loading
This commit is contained in:
parent
6b31d89e1d
commit
11d41e242d
1 changed files with 2 additions and 2 deletions
|
|
@ -57,9 +57,9 @@
|
|||
>
|
||||
</li>
|
||||
</ul>
|
||||
<details v-if="currentProjects.length" open>
|
||||
<details :class="{ skeleton: !currentProjects.length }" open>
|
||||
<summary>Projets en cours</summary>
|
||||
<ul>
|
||||
<ul v-if="currentProjects.length">
|
||||
<li
|
||||
v-for="project in currentProjects"
|
||||
:class="{ active: isCurrent(project) }"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue