lazy-loaded component using keep-alive in Vue2 only render once
I use keep-alive to cache some pages, and most of them work fine. However, for a few pages that use lazy-loaded component, the pages render normally when I refresh or open the page first time, but when I switch to another page and then come back, it become blank.
lazy-loaded component using keep-alive in Vue2 only render once
I use keep-alive to cache some pages, and most of them work fine. However, for a few pages that use lazy-loaded component, the pages render normally when I refresh or open the page first time, but when I switch to another page and then come back, it become blank.