routes:[ { path:"/home", component:Home, meta:{ show:true } }, { path:"/login", component:Login, meta:{ show:false } }, { path:"/register", component:Register, meta:{ show:false } }, { path:"/search", component:Search, meta:{ show:true } }, { path:"/", redirect:"/home", } ] <Footer v-show="$route.meta.show"></Footer>
标签:false,show,component,meta,home,path,隐藏,路由 From: https://www.cnblogs.com/sgj191024/p/17583512.html