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>
|
||||
<div class="page-wrapper">
|
||||
<!-- Хедер -->
|
||||
<Header />
|
||||
|
||||
<!-- Основной контент -->
|
||||
<main class="contacts-page">
|
||||
@@ -193,14 +191,10 @@
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<!-- Футер -->
|
||||
<Footer />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import Header from '~/components/layout/Header.vue'
|
||||
import Footer from '~/components/layout/Footer.vue'
|
||||
|
||||
definePageMeta({
|
||||
title: 'Контакты - EasySite'
|
||||
|
||||
Reference in New Issue
Block a user