11 lines
177 B
Vue
Raw Permalink Normal View History

2025-06-26 11:24:11 +08:00
<template>
<div class="min-h-screen bg-gray-50">
<slot />
</div>
</template>
<script setup lang="ts">
// 认证页面布局 - 不包含侧边栏和头部
</script>