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>
|
||||
<div>
|
||||
|
||||
<Header />
|
||||
<Vacations />
|
||||
<Footer />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
// Импортируем компонент
|
||||
import Header from '~/components/layout/Header.vue'
|
||||
import Footer from '~/components/layout/Footer.vue'
|
||||
import Vacations from '~/components/layout/Careers.vue'
|
||||
|
||||
// SEO мета-теги
|
||||
|
||||
Reference in New Issue
Block a user