修复样式和设置
This commit is contained in:
@@ -7,7 +7,7 @@ export default {
|
||||
|
||||
<template>
|
||||
<section class="groupItem">
|
||||
<h2 v-text="label"/>
|
||||
<h2 v-if="label" v-text="label"/>
|
||||
<slot/>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user