Zwischenspeicher
This commit is contained in:
19
components/HeaderNav.vue
Normal file
19
components/HeaderNav.vue
Normal file
@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div class="header">
|
||||
<table id="header-table">
|
||||
<tr>
|
||||
<th>
|
||||
<NuxtLink to="/header/help">
|
||||
Hilfe
|
||||
</NuxtLink>
|
||||
</th>
|
||||
<th>
|
||||
<NuxtLink to="/header/info">
|
||||
Info
|
||||
</NuxtLink>
|
||||
</th>
|
||||
<th> Logout </th>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user