Synergy-Website/components/Nav.vue
2024-08-19 19:26:34 +02:00

8 lines
No EOL
156 B
Vue

<template>
<nav>
<div class="inner">
<NuxtLink to="/">Home</NuxtLink>
<NuxtLink to="/components">Components</NuxtLink>
</div>
</nav>
</template>