提交 537870fb 编写于 作者: View Design's avatar View Design

add layout

上级 75b47e8c
<template> <template>
<NuxtLayout> <NuxtLayout name="default">
<NuxtPage /> <NuxtPage />
</NuxtLayout> </NuxtLayout>
</template> </template>
<script setup lang="ts">
</script>
\ No newline at end of file
<template>
<div class="flex h-screen">
<div class="bg-gray-100 text-white w-64 flex flex-col">
</div>
<div class="flex-grow bg-white p-6">
<slot />
</div>
</div>
</template>
<template> <template>
Home
</template> </template>
<script setup> <script setup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册