code-origin/pc/layouts/blank.vue

7 lines
124 B
Vue
Raw Normal View History

2023-11-08 17:59:25 +08:00
<template>
<section class="layout-blank">
<slot />
</section>
</template>
<script lang="ts" setup></script>