From a2c4b03d453325248a167b02b366dcf8d137382e Mon Sep 17 00:00:00 2001 From: Wang Riwu Date: Wed, 18 Jul 2018 14:55:47 +0800 Subject: [PATCH] add `notification.open` to API docs (#11281) --- components/notification/index.en-US.md | 1 + components/notification/index.zh-CN.md | 1 + 2 files changed, 2 insertions(+) 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()`