File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ npm i element-pro-crud -S
28
28
<html >
29
29
<head >
30
30
<meta charset =" UTF-8" />
31
- <!-- 引入ProCrud CSS -->
31
+ <!-- 引入ProCrud CSS -->
32
32
<
link rel =
" stylesheet" href =
" https://cdn.jsdelivr.net/npm/[email protected] /lib/ProCrud.css" />
33
33
<!-- 引入ElementUI CSS -->
34
34
<link rel =" stylesheet" href =" https://unpkg.com/element-ui/lib/theme-chalk/index.css"
@@ -107,13 +107,13 @@ npm i element-pro-crud -S
107
107
108
108
#### 完整组件列表
109
109
110
- - GenerateForm // 根据表单设计器json自动渲染表单
110
+ - ` GenerateForm ` // 根据表单设计器json自动渲染表单
111
111
112
- - FormDesignerDialog // 表单设计器
112
+ - ` FormDesignerDialog ` // 表单设计器
113
113
114
- - TableDesignerDialog 表格设计器
114
+ - ` TableDesignerDialog ` // 表格设计器
115
115
116
- - CrudTable// 高级增删改查 ProTable
116
+ - ` CrudTable ` // 高级增删改查 ProTable
117
117
118
118
## 组件文档
119
119
You can’t perform that action at this time.
0 commit comments