mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 10:18:02 +08:00
fix(components): [el-popover] fix the title renderIf type error (#3552)
This commit is contained in:
parent
9408e7eb76
commit
db9a5e6bd6
@ -86,7 +86,7 @@ export default defineComponent({
|
||||
const trigger = $slots.reference ? $slots.reference() : null
|
||||
|
||||
const title = renderIf(
|
||||
this.title,
|
||||
!!this.title,
|
||||
'div',
|
||||
_hoist,
|
||||
toDisplayString(this.title),
|
||||
|
Loading…
Reference in New Issue
Block a user