Try to cache list views

This commit is contained in:
Dominik Pschenitschni 2021-12-04 18:15:21 +01:00
parent 2db820d926
commit e837621ef8
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 6 additions and 1 deletions

View File

@ -20,7 +20,12 @@
<quick-actions/>
<router-view :route="routeWithModal"/>
<router-view :route="routeWithModal" v-slot="{ Component }">
<keep-alive :include="['list.list', 'list.gantt', 'list.table', 'list.kanban']">
<component :is="Component" />
</keep-alive>
</router-view>
<transition name="modal">
<component v-if="currentModal" :is="currentModal" />