fix(components): [el-popover] fix the title renderIf type error (#3552)

This commit is contained in:
btea 2021-09-24 09:21:38 +08:00 committed by GitHub
parent 9408e7eb76
commit db9a5e6bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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