How does mui make the secondary page also display the bottom navigation?

now the demand is that the secondary page of the main page that clicks to jump also has the bottom navigation of the main page, that is, the bottom navigation remains unchanged and the central body changes

.
Mui
Jun.01,2022

do you use 5 + to make webapp, or do you just use mui to develop web pages


put navigation components in the outermost root container


<router-view></router-view>
<nav></nav>
Menu