优化
This commit is contained in:
18
monisuo-admin/src/layouts/marketing.vue
Normal file
18
monisuo-admin/src/layouts/marketing.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<script lang="ts" setup>
|
||||
import Footer from '@/components/marketing-layout/the-footer.vue'
|
||||
import Header from '@/components/marketing-layout/the-header.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="container mx-auto ">
|
||||
<div class="mx-2 lg:p-0">
|
||||
<Header />
|
||||
|
||||
<main>
|
||||
<router-view />
|
||||
</main>
|
||||
|
||||
<Footer />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user