13 lines
175 B
Vue
13 lines
175 B
Vue
|
|
<script lang="ts" setup>
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<template>
|
||
|
|
<div>
|
||
|
|
<!-- <AppHeader/>-->
|
||
|
|
<Navigation/>
|
||
|
|
<slot/>
|
||
|
|
<BottomNavigation/>
|
||
|
|
<AppFooter/>
|
||
|
|
</div>
|
||
|
|
</template>
|