mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-23 11:50:20 +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>
|
||||
<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…
Reference in New Issue
Block a user