How does Vue route jump keep some common components from rendering?

I introduced a bottom navigation in app.vue, and now I want to jump to the detail page, and this page does not have a bottom navigation, how should this bottom navigation not be displayed?

Mar.12,2021

<div id="app">
  <route-view></route-view>
  <footer  v-if="$route.name !== 'detail'"></footer>
</div>
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e350-2bb70.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e350-2bb70.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?