This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<cn>
#### 基本
最简单的用法,4.5 秒后自动关闭。
</cn>
<us>
#### Basic
The simplest usage that close the notification box after 4.5s.
</us>
```html
<template>
<a-buttontype="primary"@click="openNotification">Open the notification box</a-button>
</template>
<script>
exportdefault{
methods:{
openNotification(){
this.$notification.open({
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.',