Files
Kotyata/apps/client/app.vue
2026-03-17 13:24:22 +03:00

14 lines
231 B
Vue

<template>
<NuxtLayout>
<NuxtLoadingIndicator :height="4" />
<NuxtPage />
</NuxtLayout>
</template>
<script setup>
useHead({
title: 'Indefiti',
meta: [{ name: 'robots', content: 'noindex,nofollow' }],
})
</script>