xlqx/app/layouts/default.vue
2025-10-31 16:27:10 +08:00

13 lines
192 B
Vue

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