modified: main_dc/yalarba/easySite/easySite/app/pages/contact/index.vue
fix bag with doubles header and footer easysite102.ru contacs page
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="page-wrapper">
|
<div class="page-wrapper">
|
||||||
<!-- Хедер -->
|
|
||||||
<Header />
|
|
||||||
|
|
||||||
<!-- Основной контент -->
|
<!-- Основной контент -->
|
||||||
<main class="contacts-page">
|
<main class="contacts-page">
|
||||||
@@ -193,14 +191,10 @@
|
|||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<!-- Футер -->
|
|
||||||
<Footer />
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import Header from '~/components/layout/Header.vue'
|
|
||||||
import Footer from '~/components/layout/Footer.vue'
|
|
||||||
|
|
||||||
definePageMeta({
|
definePageMeta({
|
||||||
title: 'Контакты - EasySite'
|
title: 'Контакты - EasySite'
|
||||||
|
|||||||
Reference in New Issue
Block a user