ct/app/layouts/default.vue

15 lines
210 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-30 16:56:40 +08:00
<UContainer>
<AppHeader/>
<slot/>
<DevelopNews/>
<BottomNavigation/>
<AppFooter/>
</UContainer>
2025-09-29 13:52:10 +08:00
</div>
</template>