ct/app/layouts/default.vue

14 lines
194 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-10-08 16:10:12 +08:00
<!-- <AppHeader/>-->
2025-10-08 18:04:49 +08:00
<Navigation/>
2025-10-08 16:10:12 +08:00
<slot/>
2025-10-08 16:50:25 +08:00
<DevelopNews/>
<BottomNavigation/>
<AppFooter/>
2025-09-29 13:52:10 +08:00
</div>
</template>