backend-management-ui 1.1.9 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,7 +11,9 @@
11
11
  ## 安装
12
12
  npm 安装
13
13
 
14
- `npm install backend-management-ui --save`
14
+ ```bash
15
+ npm install backend-management-ui --save
16
+ ```
15
17
 
16
18
  yarn 安装
17
19
 
@@ -58,8 +60,7 @@ export default {
58
60
  基本用法
59
61
 
60
62
  #### 典型编辑型表单
61
- <img src="./assets/form-edit.png" alt="典型编辑型表单 效果图" width="800" height="auto" />
62
-
63
+ <img src="https://imgloc.com/image/CI7WUF" alt="典型编辑型表单 效果图" width="800" height="auto" />
63
64
  ``` markdown
64
65
  ``` js
65
66
  <ui-form :model="searchForm" :formConfig="formConfig" label-width="100px" ></ui-form>
@@ -94,7 +95,7 @@ export default {
94
95
  ```
95
96
 
96
97
  #### 典型展示表单
97
- ![典型展示型表单效果图](./assets/form-view.png "组件展示")
98
+ ![典型展示型表单效果图](https://imgloc.com/image/CI7WUF "组件展示")
98
99
  ``` markdown
99
100
  ``` js
100
101
  <ui-form :model="searchForm" :formConfig="formConfig" label-width="100px" :showOperateBtn="false">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-management-ui",
3
- "version": "1.1.9",
3
+ "version": "1.2.1",
4
4
  "main": "backend-management-ui.common.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
Binary file
Binary file