Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 455 Bytes

File metadata and controls

9 lines (7 loc) · 455 Bytes

Ionic-Vue-Incorrect-Activated-Route-State

This basic code repo shows a bug with the ionic tabs when using vue-routers's replace method. If a route is not on the tab bar but is defined as a child route of the tabs component, when transitioning to the route it doesn't remove the activated state off the current tab.

To Replicate:

  • Pull the repo
  • Run ionic serve
  • Click the 'Goto tab 3' button
  • Note how the tab 1 route is still highlighted.