13 lines
278 B
Vue
13 lines
278 B
Vue
<script lang="ts" setup></script>
|
|
|
|
<template>
|
|
<a-layout>
|
|
<a-layout class="ant-layout-body">
|
|
<!-- <AppHeaderVue /> -->
|
|
<a-layout-content>
|
|
<slot />
|
|
</a-layout-content>
|
|
</a-layout>
|
|
</a-layout>
|
|
</template>
|