I have stuck, was unable to resolve all day. my nuxt version: 2.10 my layout:
- header
- nuxt (keep-alive)
- footer
I use keep-alive in nuxt. and have 2 issue:
-
- Using keep-alive-props max but it not happen anything.
- List item
-
- When i add nuxt-link or router.push from home(/ - index) to footer/menu/question => and then click back browsers. - The page home still keep-alive all ( its OK ).
But when i add nuxt-link or $router.push from
home
to deck/dm/detail or deck/dm/:id => and the i click back - The page home was re-render again (its wrong).
- When i add nuxt-link or router.push from home(/ - index) to footer/menu/question => and then click back browsers. - The page home still keep-alive all ( its OK ).
But when i add nuxt-link or $router.push from
Anyone can help me in this case? Thanks you so much!