modified: main_dc/yalarba/easySite/easySite/app/pages/vacations/index.vue
fix header and footer dowbling
This commit is contained in:
@@ -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 мета-теги
|
||||||
|
|||||||
Reference in New Issue
Block a user