mirror of
https://github.com/keven1024/015.git
synced 2026-06-03 19:09:37 +00:00
9 lines
333 B
Vue
9 lines
333 B
Vue
<template>
|
|
<div class="h-screen w-screen overflow-hidden">
|
|
<img class="w-full h-full object-cover absolute inset-0 -z-[1]" src="https://fuwari.vercel.app/_astro/demo-banner.DFyx781H_Z1gN7UP.webp" />
|
|
<div class=" h-full w-full flex flex-col items-center p-10">
|
|
<Navbar />
|
|
<slot />
|
|
</div>
|
|
</div>
|
|
</template> |