beehive/app/layouts/default.vue
WindowBird cb9f0c680f 首页
2025-10-23 15:30:21 +08:00

11 lines
144 B
Vue

<template>
<div>
<AppHeader/>
<slot/>
<AppFooter/>
</div>
</template>
<script setup>
// 自動導入 AppHeader 組件
</script>