🎨 Make bottomnav hiding configurable in router
This commit is contained in:
@ -53,7 +53,7 @@ const isDataView = computed(() => route.meta.dataView || false);
|
||||
<RouterView />
|
||||
</div>
|
||||
</main>
|
||||
<BottomNavbar v-show="$route.name != 'title.login'" />
|
||||
<BottomNavbar v-show="!$route.meta.hideNav" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user