Skip to content

message content vnode is empty #554

@maxiloEmmmm

Description

@maxiloEmmmm
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

1.3.5

Environment

ant-design-vue@1.3.5 vue@2.6.7 chrome@69.0.3497.106

Reproduction link

Edit on CodeSandbox

Steps to reproduce

ant-design-vue@1.3.5
vue@2.6.7
chrome@69.0.3497.106

this.$utils.msg.info(h=>{
return (<div>1</div>)
}, 5)

image

this.$utils.notification.info({
description: h=>{
return (<div>1</div>)
},
message: 'x',
duration: 5
})

image

What is expected?

vnode display in message component

What is actually happening?

vnode no display in message component

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions