From 6c0f05d5cc8bff2669f0e1ccc3f42135298b3924 Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 4 Jul 2019 09:46:46 +0800 Subject: [PATCH] [Doc] SwitchCell: add deprecate tip (#3743) --- src/switch-cell/README.md | 4 ++-- src/switch-cell/README.zh-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/switch-cell/README.md b/src/switch-cell/README.md index fd3a4df10..ef764dc0a 100644 --- a/src/switch-cell/README.md +++ b/src/switch-cell/README.md @@ -1,8 +1,8 @@ # SwitchCell -### Intro +### Deprecate Tip -`SwitchCell` component is an encapsulation of `Switch` and `Cell`. +The SwitchCell component will be deprecated in version 3.0. Please use the Cell and Switch components instead. ### Install diff --git a/src/switch-cell/README.zh-CN.md b/src/switch-cell/README.zh-CN.md index 6c10470d5..7250e71a9 100644 --- a/src/switch-cell/README.zh-CN.md +++ b/src/switch-cell/README.zh-CN.md @@ -1,8 +1,8 @@ # SwitchCell 开关单元格 -### 介绍 +### 废弃提示 -`SwitchCell`组件是对`Switch`和`Cell`组件的封装 +SwitchCell 组件将在 3.0 版本中废弃,请直接使用 Cell 和 Switch 组件代替 ### 引入