-
-
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.6.5
Environment
win10,谷歌浏览器85.0.4181.9(正式版本),@vue/cli 4.5.3
Reproduction link
https://www.antdv.com/components/notification-cn/
Steps to reproduce
Success
Info
Warning
Error
<script>
export default {
methods: {
openNotificationWithIcon(type) {
this.$notification[type]({
message: 'Notification Title',
description:
'This is the content of the notification. This is the content of the notification. This is the content of the notification.',
});
},
},
};
</script>
What is expected?
点击"Info"按钮,弹出一个通知提醒框
What is actually happening?
console报错
TypeError: Cannot read property 'info' of undefined