What causes the interruption of keep-alive
functionality by this particular div
?
<keep-alive>
<div>
<suspense>
<component :is="Component">
</suspense>
</div>
</keep-alive>
Placing the div
within the suspense
element exacerbates the issue, leading to a project collapse when the component changes (especially with an async component).