Files
hossein-por-shop/frontend/layouts/None.vue
T
2025-01-25 02:11:41 +03:30

10 lines
166 B
Vue

<script setup lang="ts"></script>
<template>
<main class="w-full h-[100svh] font-iran-yekan-x">
<slot />
</main>
</template>
<style scoped></style>