-
-
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
4.0.0-rc.6
Environment
mac chrome最新
Reproduction link
https://www.antdv.com/components/message-cn
Steps to reproduce
1.按需引入message
plugins: [ vue(), vueJsx(), Components({ resolvers: [ AntDesignVueResolver({ importStyle: false, // css in js }), ], }), ],
import {message, Modal, TableProps} from "ant-design-vue";
2.使用
<a-button @click="alertfun"> 谈个框 </a-button>
const alertfun = () => { message.error('谈个框'); // 弹不出来 }
3.展示不出来,但是dom节点好像是加载了

What is expected?
希望能展示出来message
What is actually happening?
message弹窗弹不出来,但是notification和modal都能成功使用