ct/app/layouts/default.vue

14 lines
182 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/>
<AppFooter/>
2025-09-29 16:16:44 +08:00
2025-09-29 18:02:28 +08:00
</ucontainer>
2025-09-29 13:52:10 +08:00
</div>
</template>