chore: move v-if

This commit is contained in:
kolaente 2023-04-10 20:57:39 +02:00
parent 6c9cbaadc8
commit 12ebefd86a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 1 deletions

View File

@ -48,7 +48,10 @@
</menu>
</nav>
<Loading variant="small" v-if="projectsLoading"/>
<Loading
v-if="projectsLoading"
variant="small"
/>
<template v-else>
<nav class="menu" v-if="favoriteProjects">
<ProjectsNavigation :model-value="favoriteProjects" :can-edit-order="false" :can-collapse="false"/>