tab page has its own routing record. (for example, ps: jumps to a-> b-> c in tab1, switches to tab2, and then back to tab1, to keep the jump record c of tab1, and can go back to c-> b tab2, at the same time. Similarly, tab2 has its own jump record, and the two sides do not interfere with each other)
attached video demonstration: https://pan.baidu.com/s/10VK2.
< hr > there is a requirement that each tab page of the
tab page has its own routing record. (for example, ps: redirects several sub-pages in tab1, switches to tab2, and then switches back to tab1, to keep the jump record of tab1)
friends who have used framework7 know that routing with f7 is easy to implement, because when it is a jump route, it does not replace the original DOM element, but mounts the DOM of the new page, so if you do not use f7, but use vue-router or other (if any), do you have any better suggestions? Thank you