1
0

fix(views): make no initial view work in the frontend

This commit is contained in:
kolaente
2024-03-16 12:55:13 +01:00
parent 337d289a39
commit 2dfb3a6379
4 changed files with 34 additions and 13 deletions

View File

@ -37,7 +37,7 @@
v-slot="{ Component }"
:route="routeWithModal"
>
<keep-alive :include="['project.list', 'project.gantt', 'project.table', 'project.kanban']">
<keep-alive :include="['project.view', 'project.gantt', 'project.table', 'project.kanban']">
<component :is="Component" />
</keep-alive>
</router-view>