Why does this div
stop the keep-alive
from working?
<keep-alive>
<div>
<suspense>
<component :is="Component">
</suspense>
</div>
</keep-alive>
When I put the div
inside the suspense
the situation is even worse because the project while collapse when the component changes (I have an async component)