Skip to content

notification组件使用报错 #3020

@wstxyswy

Description

@wstxyswy
  • 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

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