haiwei-module-admin 1.0.7 → 1.0.8

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": 0,
3
3
  "name": "haiwei-module-admin",
4
4
  "code": "admin",
5
- "version": "1.0.7",
5
+ "version": "1.0.8",
6
6
  "description": "haiwei前端Admin模块组件",
7
7
  "author": "Eric",
8
8
  "license": "ISC",
@@ -24,10 +24,8 @@ export default {
24
24
  required: true
25
25
  },
26
26
  /** 所在库 */
27
- libName: {
28
- type: String,
29
- default: ''
30
- },
27
+ /**所在库 */
28
+ libName: String,
31
29
  /** 空值显示文本 */
32
30
  emptyText: {
33
31
  type: String,