mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-09 13:40:06 +00:00
* fix(type): fix ant-design-vue -> * fix: fix base64 blob * fix: fix CollapseHeader canExpan bug
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
<template>
|
||||
<div :class="prefixCls">
|
||||
<CollapseHeader
|
||||
v-bind="$props"
|
||||
:prefixCls="prefixCls"
|
||||
:show="show"
|
||||
@expand="canExpan ? handleExpand : undefined"
|
||||
>
|
||||
<CollapseHeader v-bind="props" :prefixCls="prefixCls" :show="show" @expand="handleExpand">
|
||||
<template #title>
|
||||
<slot name="title"></slot>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user