kz-ui-base 1.0.100 → 1.0.101

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.
@@ -13,7 +13,7 @@
13
13
  :type="column.type ? column.type : text"
14
14
  id="customStyle"
15
15
  >
16
- <template v-if="setting.append" slot="append">{{
16
+ <template v-if="setting&&setting.append" slot="append">{{
17
17
  setting.append
18
18
  }}</template>
19
19
  <i
@@ -63,7 +63,7 @@
63
63
  :type="column.type ? column.type : text"
64
64
  id="customStyle"
65
65
  >
66
- <template v-if="setting.append" slot="append">{{
66
+ <template v-if="setting&&setting.append" slot="append">{{
67
67
  setting.append
68
68
  }}</template>
69
69
  <!-- <el-button
@@ -126,7 +126,7 @@
126
126
  :type="column.type ? column.type : text"
127
127
  id="customStyle"
128
128
  >
129
- <template v-if="setting.append" slot="append">{{
129
+ <template v-if="setting&&setting.append" slot="append">{{
130
130
  setting.append
131
131
  }}</template>
132
132
  <!-- <el-button
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kz-ui-base",
3
- "version": "1.0.100",
3
+ "version": "1.0.101",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {