baiqiu-cms-decoration-dg 0.0.10 → 0.0.12

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,7 +1,7 @@
1
1
  {
2
2
  "name": "baiqiu-cms-decoration-dg",
3
3
  "description": "A Vue.js project",
4
- "version": "0.0.10",
4
+ "version": "0.0.12",
5
5
  "author": "anni.zhou",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -32,6 +32,7 @@
32
32
  <slot name="customComponent" :attributeJson="scope.attributeJson"></slot>
33
33
  </template>
34
34
  <template slot="latticeDG" slot-scope="scope">
35
+ 222222222
35
36
  <slot name="latticeDG" :attributeJson="scope.attributeJson"></slot>
36
37
  </template>
37
38
  </component>
@@ -7,9 +7,10 @@
7
7
  style="width: 100%; height: 100%"
8
8
  >
9
9
  <template v-for="(item, index) in layOutData.componentList">
10
- <template v-if="item.type == 105">
10
+ <div v-if="item.type == 106">
11
+ 11111111111
11
12
  <slot name="latticeDG" :attributeJson="item.attributeJson"></slot>
12
- </template>
13
+ </div>
13
14
  <template v-else>
14
15
  <component
15
16
  ref="singleComponent"