@deanwu/vue-component-library 1.1.8 → 1.1.9
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 -0
- package/dist/vue-component-library.common.js.map +1 -1
- package/dist/vue-component-library.css +1 -1
- package/dist/vue-component-library.umd.js +1 -0
- 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
|
@@ -105517,6 +105517,7 @@ function renderCell(h, row, i) {
|
|
|
105517
105517
|
this.span[j].col = colspan;
|
|
105518
105518
|
}
|
|
105519
105519
|
}
|
|
105520
|
+
row.fixed = this.fixed || false;
|
|
105520
105521
|
return [h('td', {
|
|
105521
105522
|
attrs: {
|
|
105522
105523
|
rowspan: this.span[j] ? this.span[j].row || 1 : 1,
|