Synergy-Website/components/Nav.vue

8 lines
156 B
Vue
Raw Permalink Normal View History

2024-08-19 19:26:34 +02:00
<template>
<nav>
<div class="inner">
<NuxtLink to="/">Home</NuxtLink>
<NuxtLink to="/components">Components</NuxtLink>
</div>
</nav>
</template>