meixioacomponent 0.2.8 → 0.2.9

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.08",
3
+ "version": "0.2.09",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -38,6 +38,7 @@
38
38
  v-if="citem.type == 'area'"
39
39
  v-model="formdata[`${citem.key}`]"
40
40
  :class="[`form-item-${citem.key}`]"
41
+ @confirmAreaValue="formItemConfirm(citem)"
41
42
  ></baseAreaVue>
42
43
  <baseUploadVue
43
44
  :max="formConfig.max"
@@ -187,6 +188,7 @@ export default {
187
188
  }
188
189
  this.chunkLength = 3;
189
190
  },
191
+
190
192
  formItemConfirm(params) {
191
193
  if (this.$props.rules) {
192
194
  // element 验证单条表单修改