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
The VList used for VNavigationDrawer and every VListItem works like RouterLink with to props.
Also, there are some cases VListGroup must work like that too. For example, When clicking the VListGroup, sub list should be dropped down and the appropriate page will be opened at the same time.
Please think of the following navigation structure.
User (/user)
|-- Profile (/user/profle)
|-- Security (/user/security)
However, the result wasn't as expected, the page reloaded (You know SPA has no page reloading while navigation.) while navigation works, and therefore the sub list never open.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The VList used for VNavigationDrawer and every VListItem works like RouterLink with
to
props.Also, there are some cases VListGroup must work like that too. For example, When clicking the VListGroup, sub list should be dropped down and the appropriate page will be opened at the same time.
Please think of the following navigation structure.
So, I've tried the following way:
However, the result wasn't as expected, the page reloaded (You know SPA has no page reloading while navigation.) while navigation works, and therefore the sub list never open.
Please help me resolve this problem.
Beta Was this translation helpful? Give feedback.
All reactions