mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-26 12:48:48 +08:00
* fix(type): fix ant-design-vue -> * fix: fix base64 blob * fix: fix CollapseHeader canExpan bug
This commit is contained in:
parent
2423aeab64
commit
c8d59a0bbc
@ -1,11 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div :class="prefixCls">
|
<div :class="prefixCls">
|
||||||
<CollapseHeader
|
<CollapseHeader v-bind="props" :prefixCls="prefixCls" :show="show" @expand="handleExpand">
|
||||||
v-bind="$props"
|
|
||||||
:prefixCls="prefixCls"
|
|
||||||
:show="show"
|
|
||||||
@expand="canExpan ? handleExpand : undefined"
|
|
||||||
>
|
|
||||||
<template #title>
|
<template #title>
|
||||||
<slot name="title"></slot>
|
<slot name="title"></slot>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user