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