docs: 调整组件介绍文档

This commit is contained in:
dengrongyao
2021-04-08 09:57:55 +08:00
committed by neverland
parent 0c6f7c63a7
commit 56429ad4e1
34 changed files with 34 additions and 36 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
### Intro
Pop-up modal boxes are often used for message prompts, message confirmations, or to complete specific interactive operations in the current page. The Dialog component supports two methods: function call and component call.
A modal box pops up on the page, which is often used for message prompts, message confirmation, or to complete specific interactive operations in the current page. It supports two methods: function call and component call.
### Install
+1 -3
View File
@@ -2,9 +2,7 @@
### 介绍
弹出模态框,常用于消息提示、消息确认,或在当前页面内完成特定的交互操作。
弹出框组件支持函数调用和组件调用两种方式。
弹出模态框,常用于消息提示、消息确认,或在当前页面内完成特定的交互操作,支持函数调用和组件调用两种方式
### 函数调用