@deanwu/vue-component-library 1.3.122 → 1.3.123
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/dist/vue-component-library.common.js +1 -1
- package/dist/vue-component-library.common.js.map +1 -1
- package/dist/vue-component-library.umd.js +1 -1
- package/dist/vue-component-library.umd.js.map +1 -1
- package/dist/vue-component-library.umd.min.js +1 -1
- package/dist/vue-component-library.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -46093,8 +46093,8 @@ function renderCell(h, row, col) {
|
|
|
46093
46093
|
function renderCellText(row, col) {
|
|
46094
46094
|
if (col.title) {
|
|
46095
46095
|
if (col.$scopedSlots.default) {
|
|
46096
|
-
let [vnode] = col.$scopedSlots.default(row);
|
|
46097
46096
|
try {
|
|
46097
|
+
let [vnode] = col.$scopedSlots.default(row);
|
|
46098
46098
|
return vnode.text || vnode.children[0].text || '';
|
|
46099
46099
|
} catch (e) {
|
|
46100
46100
|
return '';
|