修复样式和设置

This commit is contained in:
aixianling
2024-04-16 18:13:55 +08:00
parent 7dfd1c8d6c
commit 674ddb1fd6
3 changed files with 7 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ export default {
<template>
<section class="groupItem">
<h2 v-text="label"/>
<h2 v-if="label" v-text="label"/>
<slot/>
</section>
</template>