From 6413cd1996a4e715e88bccf1742737dbb1d708de Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 12 Aug 2019 17:07:10 +0800 Subject: [PATCH] [Doc] ActionSheet: add tips of component name (#4100) --- src/action-sheet/README.zh-CN.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/action-sheet/README.zh-CN.md b/src/action-sheet/README.zh-CN.md index be7550626..84bb1026a 100644 --- a/src/action-sheet/README.zh-CN.md +++ b/src/action-sheet/README.zh-CN.md @@ -96,6 +96,13 @@ export default { ``` +## 常见问题 + +### 引入时提示 dependencies not found? + +在 1.x 版本中,上拉菜单的组件名为`Actionsheet`,从 2.0 版本开始更名为`ActionSheet`,请注意区分。 + + ## API ### Props