-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- 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
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)
this.$utils.notification.info({
description: h=>{
return (<div>1</div>)
},
message: 'x',
duration: 5
})
What is expected?
vnode display in message component
What is actually happening?
vnode no display in message component