ct/app/layouts/article.vue

14 lines
189 B
Vue
Raw Normal View History

<script lang="ts" setup>
</script>
<template>
<div>
<UContainer>
<AppHeader/>
<slot/>
<BottomNavigation/>
<AppFooter/>
</UContainer>
</div>
</template>