Initial commit: 网络验证平台
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<script setup lang="ts">
|
||||
import Footer from '@/components/marketing-layout/the-footer.vue'
|
||||
import Header from '@/components/marketing-layout/the-header.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="min-h-screen flex flex-col">
|
||||
<Header />
|
||||
|
||||
<main class="flex-1">
|
||||
<div class="relative bg-background">
|
||||
<div class="py-8 lg:py-12">
|
||||
<div class="mx-auto max-w-6xl px-4 sm:px-6 lg:px-8">
|
||||
<router-view />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<Footer />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user