modified: main_dc/yalarba/easySite/easySite/app/pages/vacations/index.vue

fix header and footer  dowbling
This commit is contained in:
2026-01-03 22:45:04 +05:00
parent 79d0dd3af2
commit 70cd42e660
@@ -2,16 +2,12 @@
<template> <template>
<div> <div>
<Header />
<Vacations /> <Vacations />
<Footer />
</div> </div>
</template> </template>
<script setup> <script setup>
// Импортируем компонент // Импортируем компонент
import Header from '~/components/layout/Header.vue'
import Footer from '~/components/layout/Footer.vue'
import Vacations from '~/components/layout/Careers.vue' import Vacations from '~/components/layout/Careers.vue'
// SEO мета-теги // SEO мета-теги