Browse Source

fix "fix: collapse canExpand (#1501)" (#1525)

* fix(type): fix ant-design-vue  ->

* fix: fix base64 blob

* fix: fix CollapseHeader canExpan bug
pull/1552/head
CXM 5 years ago
committed by GitHub
parent
commit
c8d59a0bbc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      src/components/Container/src/collapse/CollapseContainer.vue

7
src/components/Container/src/collapse/CollapseContainer.vue

@ -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>

Loading…
Cancel
Save