laravel-nuxt/nuxt/app/components/AppLogo.vue

9 lines
148 B
Vue

<template>
<NuxtLink
to="/"
class="font-bold text-xl"
>
<span class="text-primary-500">Nuxt</span> Breeze
</NuxtLink>
</template>