modified: main_dc/yalarba/easySite/easySite/app/pages/rules/index.vue
fix rules page doubled header and footer
This commit is contained in:
@@ -1,17 +1,13 @@
|
|||||||
<!-- pages/pricing.vue -->
|
<!-- pages/pricing.vue -->
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<Header />
|
|
||||||
<PricingSection />
|
<PricingSection />
|
||||||
<FAQSection />
|
<FAQSection />
|
||||||
<Footer />
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
// Импортируем компоненты
|
// Импортируем компоненты
|
||||||
import Header from '~/components/layout/Header.vue'
|
|
||||||
import Footer from '~/components/layout/Footer.vue'
|
|
||||||
import PricingSection from '~/components/pricing/PricingSection.vue'
|
import PricingSection from '~/components/pricing/PricingSection.vue'
|
||||||
import FAQSection from '~/components/pricing/FAQSection.vue'
|
import FAQSection from '~/components/pricing/FAQSection.vue'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user