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
Describe the bug
First-level components are cached by <keep-alive> from first-level <router-view>, including nested components matched nested routes.
To Reproduce
Steps to reproduce the behavior:
Go to /form/step/confirm or /form/step/success
Click on other routes (eg. routes from /form/step/confirm to /dashboard/analysis)
Click button Step form in the aside menu
See error: routes is default matched /form/step/info, but now nested routed is Step.1 matched component.
Expected behavior
Should matched correct nested components.
Desktop (please complete the following information):
OS: Windows 10
Browser chrome
Version 69.0.3497.100
Additional context <keep-alive> cause this bug (fix) . <keep-alive> cached all first-level matched components, including all nested components matched nested routes.
The text was updated successfully, but these errors were encountered:
Describe the bug
First-level components are cached by
<keep-alive>
from first-level<router-view>
, including nested components matched nested routes.To Reproduce
Steps to reproduce the behavior:
/form/step/confirm
or/form/step/success
/form/step/confirm
to/dashboard/analysis
)Step form
in the aside menu/form/step/info
, but now nested routed is Step.1 matched component.Expected behavior
Should matched correct nested components.
Desktop (please complete the following information):
Additional context
<keep-alive>
cause this bug (fix) .<keep-alive>
cached all first-level matched components, including all nested components matched nested routes.The text was updated successfully, but these errors were encountered: