Skip to content

Commit 5e60d42

Browse files
committed
docs: update docs
1 parent fb3b5f9 commit 5e60d42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm i element-pro-crud -S
2828
<html>
2929
<head>
3030
<meta charset="UTF-8" />
31-
<!-- 引入ProCrud CSS -->
31+
<!-- 引入ProCrud CSS -->
3232
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/lib/ProCrud.css" />
3333
<!-- 引入ElementUI CSS -->
3434
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"
@@ -107,13 +107,13 @@ npm i element-pro-crud -S
107107

108108
#### 完整组件列表
109109

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

112-
- FormDesignerDialog // 表单设计器
112+
- `FormDesignerDialog` // 表单设计器
113113

114-
- TableDesignerDialog 表格设计器
114+
- `TableDesignerDialog` // 表格设计器
115115

116-
- CrudTable// 高级增删改查 ProTable
116+
- `CrudTable` // 高级增删改查 ProTable
117117

118118
## 组件文档
119119

0 commit comments

Comments
 (0)