@lx-frontend/wrap-element-ui 0.4.3-beta.3 → 0.4.3

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": "@lx-frontend/wrap-element-ui",
3
- "version": "0.4.3-beta.3",
3
+ "version": "0.4.3",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "Vic <18373209286@163.com>",
6
6
  "main": "packages/index.js",
@@ -25,7 +25,7 @@
25
25
  <ElTableColumn v-if="customConfig.selection && customConfig.selection.isOpenSelection" type="selection" :width="customConfig.selection.width">
26
26
  </ElTableColumn>
27
27
  <ElTableColumn
28
- v-for="(item, index) in columns"
28
+ v-for="(item, index) in cloumns"
29
29
  :key="`${item}_${index}`"
30
30
  :label="item"
31
31
  :prop="keys[index]"
@@ -190,7 +190,7 @@
190
190
  type : Array,
191
191
  default: () => [],
192
192
  },
193
- columns: {
193
+ cloumns: {
194
194
  type : Array,
195
195
  default: () => [],
196
196
  },