Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Nov 2, 2020
1 parent fb3b5f9 commit 5e60d42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ npm i element-pro-crud -S
<html>
<head>
<meta charset="UTF-8" />
<!-- 引入ProCrud CSS -->
<!-- 引入ProCrud CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/lib/ProCrud.css" />
<!-- 引入ElementUI CSS -->
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"
Expand Down Expand Up @@ -107,13 +107,13 @@ npm i element-pro-crud -S

#### 完整组件列表

- GenerateForm // 根据表单设计器json自动渲染表单
- `GenerateForm` // 根据表单设计器json自动渲染表单

- FormDesignerDialog // 表单设计器
- `FormDesignerDialog` // 表单设计器

- TableDesignerDialog 表格设计器
- `TableDesignerDialog` // 表格设计器

- CrudTable// 高级增删改查 ProTable
- `CrudTable` // 高级增删改查 ProTable

## 组件文档

Expand Down

0 comments on commit 5e60d42

Please sign in to comment.