backend-management-ui 1.1.5 → 1.1.6

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -58,7 +58,8 @@ export default {
58
58
  基本用法
59
59
 
60
60
  #### 典型编辑型表单
61
- ![典型编辑型表单效果图](https://gitee.com/vladimir-adolf/backend-management/blob/master/src/assets/form-edit.png "组件展示")
61
+ <img src="https://gitee.com/vladimir-adolf/backend-management/blob/master/src/assets/form-edit.png" alt="典型编辑型表单 效果图" width="800" height="auto" />
62
+
62
63
  ``` markdown
63
64
  ``` js
64
65
  <ui-form :model="searchForm" :formConfig="formConfig" label-width="100px" ></ui-form>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-management-ui",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "main": "backend-management-ui.common.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"