diff --git a/components/notification/index.en-US.md b/components/notification/index.en-US.md index 3b9af9239e..149b8f0d6e 100644 --- a/components/notification/index.en-US.md +++ b/components/notification/index.en-US.md @@ -24,6 +24,7 @@ used in the following cases: - `notification.info(config)` - `notification.warning(config)` - `notification.warn(config)` +- `notification.open(config)` - `notification.close(key: String)` - `notification.destroy()` diff --git a/components/notification/index.zh-CN.md b/components/notification/index.zh-CN.md index 1b79dd3c42..f377eb16f8 100644 --- a/components/notification/index.zh-CN.md +++ b/components/notification/index.zh-CN.md @@ -23,6 +23,7 @@ subtitle: 通知提醒框 - `notification.info(config)` - `notification.warning(config)` - `notification.warn(config)` +- `notification.open(config)` - `notification.close(key: String)` - `notification.destroy()`