xlqx/app/layouts/default.vue

13 lines
192 B
Vue
Raw Normal View History

2025-10-27 16:22:18 +08:00
<template>
<div>
<AppHeader/>
<slot/>
2025-10-31 16:27:10 +08:00
<DevelopNews/>
2025-10-27 16:22:18 +08:00
<AppFooter/>
<ContactFloatingButton/>
</div>
</template>
<script setup>
// 自動導入 AppHeader 組件
</script>