Files
soybean-admin/src/layouts/BlankLayout/index.vue
Soybean 8f6d6ce3cb refactor(styles): 代码格式
ISSUES CLOSED: \
2022-05-28 12:30:17 +08:00

10 lines
169 B
Vue

<template>
<global-content :show-padding="false" />
</template>
<script setup lang="ts">
import { GlobalContent } from '../common';
</script>
<style scoped></style>