cy-element-ui 1.0.36 → 1.0.37

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cy-element-ui",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "基于ElementUI开发的组件",
5
5
  "main": "lib/element-ui.common.js",
6
6
  "files": [
@@ -254,7 +254,10 @@
254
254
  default: ''
255
255
  },
256
256
 
257
- maxHeight: [String, Number],
257
+ maxHeight: {
258
+ type: [String, Number],
259
+ default: ''
260
+ },
258
261
 
259
262
  fit: {
260
263
  type: Boolean,