12 lines
144 B
Vue
12 lines
144 B
Vue
|
|
<script lang="ts" setup>
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<template>
|
||
|
|
<div>
|
||
|
|
<UContainer>
|
||
|
|
<AppHeader/>
|
||
|
|
<slot/>
|
||
|
|
</UContainer>
|
||
|
|
</div>
|
||
|
|
</template>
|