mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
10 lines
169 B
Vue
10 lines
169 B
Vue
<template>
|
|
<global-content :show-padding="false" />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import { GlobalContent } from '../common';
|
|
</script>
|
|
|
|
<style scoped></style>
|