modified: main_dc/yalarba/easySite/easySite/app/pages/about/index.vue
delete overhead header and footer components from about page easysite102.ru site
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="page-wrapper">
|
<div class="page-wrapper">
|
||||||
<Header />
|
|
||||||
|
|
||||||
<main class="about-page">
|
<main class="about-page">
|
||||||
<!-- Hero секция -->
|
<!-- Hero секция -->
|
||||||
@@ -195,13 +194,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: 'О нас'
|
title: 'О нас'
|
||||||
|
|||||||
Reference in New Issue
Block a user