meixioacomponent 0.2.45 → 0.2.48

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.45",
3
+ "version": "0.2.48",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -26,12 +26,13 @@
26
26
  :rowNumber="rowNumber"
27
27
  :labelWidth="labelWidth"
28
28
  @formItemConfirm="formItemConfirm"
29
- ></pro_formVue>
30
- <template v-for="slotItem in slotList">
31
- <template :slot="`form-${slotItem}`">
32
- <slot :scope="item.formList" :name="`formslot-${slotItem}`"></slot>
29
+ >
30
+ <template v-for="slotItem in slotList">
31
+ <template :slot="`form-${slotItem}`">
32
+ <slot :scope="formList" :name="`formslot-${slotItem}`"></slot>
33
+ </template>
33
34
  </template>
34
- </template> </template
35
+ </pro_formVue> </template
35
36
  ></baseSectionVue>
36
37
  </div>
37
38
  </template>
@@ -49,6 +50,7 @@ export default {
49
50
  },
50
51
  created() {
51
52
  this.createSlots();
53
+ console.log(this.slotList);
52
54
  },
53
55
  props: {
54
56
  form: {