You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When <router-view> component is used together with <transition> and <keep-alive> components, it will cause the development environment route to jump to a blank page.
#1655
When I use nested routes and use the <transition> and <keep-alive> components on the layouts page, I edit the script code on the menu1 page and then click to jump to the menu2 page, and the page goes blank.
This problem only occurs in the development environment and will return to normal after refreshing the page.
Version
4.1.6
Reproduction link
github.com
Steps to reproduce
When I use nested routes and use the
<transition>
and<keep-alive>
components on the layouts page, I edit the script code on the menu1 page and then click to jump to the menu2 page, and the page goes blank.This problem only occurs in the development environment and will return to normal after refreshing the page.
bandicam.2023-01-08.14-48-03-482.mp4
If I delete either
<transition>
or<keep-alive>
component, everything works fine.What is expected?
After modifying the code and jumping to the page can be displayed normally
What is actually happening?
Cannot be displayed properly
The text was updated successfully, but these errors were encountered: