mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-24 03:16:20 +00:00
fix(inbox-layout): remove unnecessary keep-alive wrapper around router-view component preventing same conversation from being loaded again in different conversation list
This commit is contained in:
@@ -5,9 +5,7 @@
|
||||
</div>
|
||||
<div class="grow">
|
||||
<router-view v-slot="{ Component }">
|
||||
<keep-alive>
|
||||
<component :is="Component" />
|
||||
</keep-alive>
|
||||
<component :is="Component" />
|
||||
</router-view>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user