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

13 lines
190 B
Vue

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