mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-15 16:20:03 +00:00
Allows user to customize navigation links
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<header>
|
||||
<PageTitle :title="pageInfo.title" :description="pageInfo.description" v-if="titleVisible" />
|
||||
<Nav class="nav" v-if="navVisible" />
|
||||
<PageTitle v-if="titleVisible" :title="pageInfo.title" :description="pageInfo.description" />
|
||||
<Nav v-if="navVisible" :links="pageInfo.navLinks" class="nav" />
|
||||
</header>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user