8 lines
183 B
Vue
8 lines
183 B
Vue
<template>
|
|
<NuxtLink to="/" class="inline-flex">
|
|
<UButton color="neutral" variant="ghost" size="sm" icon="i-heroicons-home">
|
|
Home
|
|
</UButton>
|
|
</NuxtLink>
|
|
</template>
|