-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -107,13 +107,13 @@ npm i element-pro-crud -S | |
|
||
#### 完整组件列表 | ||
|
||
- GenerateForm // 根据表单设计器json自动渲染表单 | ||
- `GenerateForm` // 根据表单设计器json自动渲染表单 | ||
|
||
- FormDesignerDialog // 表单设计器 | ||
- `FormDesignerDialog` // 表单设计器 | ||
|
||
- TableDesignerDialog 表格设计器 | ||
- `TableDesignerDialog` // 表格设计器 | ||
|
||
- CrudTable// 高级增删改查 ProTable | ||
- `CrudTable` // 高级增删改查 ProTable | ||
|
||
## 组件文档 | ||
|
||
|