meixioacomponent 0.2.56 → 0.2.57

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": "meixioacomponent",
3
- "version": "0.2.56",
3
+ "version": "0.2.57",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -6,7 +6,7 @@
6
6
  :width="width"
7
7
  :onDrag="onDrag"
8
8
  :isDestroy="true"
9
- :contentHeight="`50vh`"
9
+ :contentHeight="contentHeight"
10
10
  @destroy="destroyForDialog"
11
11
  >
12
12
  <div
@@ -126,6 +126,11 @@ export default {
126
126
  type: Number,
127
127
  default: null,
128
128
  },
129
+
130
+ contentHeight: {
131
+ type: String,
132
+ default: "50vh",
133
+ },
129
134
  },
130
135
  components: {
131
136
  pro_formVue,