parent
5ac055be2f
commit
5fc28f92d5
|
|
@ -8,7 +8,7 @@
|
||||||
<slot name="title"></slot>
|
<slot name="title"></slot>
|
||||||
</template>
|
</template>
|
||||||
</BasicTitle>
|
</BasicTitle>
|
||||||
<div :class="`${prefixCls}__action`" v-if="canExpan">
|
<div :class="`${prefixCls}__action`">
|
||||||
<slot name="action"></slot>
|
<slot name="action"></slot>
|
||||||
<BasicArrow v-if="canExpan" up :expand="show" @click="$emit('expand')" />
|
<BasicArrow v-if="canExpan" up :expand="show" @click="$emit('expand')" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue