15 lines
223 B
Vue
15 lines
223 B
Vue
<script lang="ts" setup>
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
|
|
<!-- <AppHeader/>-->
|
|
<slot/>
|
|
<!-- <DevelopNews/>-->
|
|
<!-- <BottomNavigation/>-->
|
|
<!-- <AppFooter/>-->
|
|
|
|
</div>
|
|
</template>
|