13 lines
278 B
Vue
Raw Normal View History

2025-10-21 01:14:13 +07:00
<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>