xlqx/app/layouts/default.vue

12 lines
173 B
Vue
Raw Normal View History

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