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
If I had to throw in a wild guess, the issue is probably that the content of these pages, like collection/sub-page and wishlist is generated on mounted() and when you try to navigate directly from one to the other, no mounting happens in between and so nothing changes.
You can't really navigate from wishlist to another subpage, but you can from another subpage to the wishlist since it's listed in the menu
The text was updated successfully, but these errors were encountered:
If I had to throw in a wild guess, the issue is probably that the content of these pages, like collection/sub-page and wishlist is generated on
mounted()
and when you try to navigate directly from one to the other, no mounting happens in between and so nothing changes.The text was updated successfully, but these errors were encountered: