TOPVERSE_Official/components/section/Section.vue

6 lines
99 B
Vue
Raw Normal View History

2023-04-26 19:45:54 +08:00
<template>
2023-06-09 02:04:28 +08:00
<section px-5 py-20 md:px-30 sm:px-20 xl:px-60>
2023-04-26 19:45:54 +08:00
<slot />
</section>
</template>