vue2-client 1.12.29 → 1.12.30

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": "vue2-client",
3
- "version": "1.12.29",
3
+ "version": "1.12.30",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -42,7 +42,6 @@
42
42
  </template>
43
43
  </div>
44
44
  <a-card v-else class="flexItem" :bordered="false" :body-style="flexItemBodyState">
45
- {{ cell.colSpan }}
46
45
  <!-- 插槽渲染 -->
47
46
  <template v-if="Array.isArray(cell)">
48
47
  <!-- 处理 cell 是数组的情况 -->