ct/app/layouts/default.vue

15 lines
228 B
Vue
Raw Normal View History

2025-09-29 14:45:33 +08:00
<script lang="ts" setup>
2025-09-29 13:52:10 +08:00
</script>
<template>
<div>
2025-09-29 18:02:28 +08:00
<UContainer>
<AppHeader :links="navLinks"/>
<slot/>
2025-09-30 10:25:37 +08:00
<DevelopNews/>
<BottomNavigation/>
2025-09-29 18:02:28 +08:00
<AppFooter/>
</ucontainer>
2025-09-29 13:52:10 +08:00
</div>
</template>