How to navigate at the bottom of the vue mobile page?

Is

using a routing socket < router-view > < / router-view > ?

Mar.03,2021

there are several ways to switch classes

  1. v-show/v-if
  2. < component: is= "xx" >
  3. router-view

if you want to associate with forward and backward, you can use routing; if you don't want to associate, you can use the second dynamic component, and if the component is smaller, you can use the first.

Menu