[bugfix] Collapse: title slot not work (#2753)
This commit is contained in:
@@ -122,7 +122,7 @@ export default sfc({
|
||||
}, {});
|
||||
|
||||
if (this.slots('value')) {
|
||||
titleSlots.default = this.slots('value');
|
||||
titleSlots.default = () => this.slots('value');
|
||||
}
|
||||
|
||||
const Title = (
|
||||
|
||||
Reference in New Issue
Block a user