14 lines
189 B
Vue
14 lines
189 B
Vue
<script lang="ts" setup>
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<UContainer>
|
|
<AppHeader/>
|
|
<slot/>
|
|
<BottomNavigation/>
|
|
<AppFooter/>
|
|
</UContainer>
|
|
</div>
|
|
</template>
|