@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
|
@@ -105526,6 +105526,7 @@ function renderCell(h, row, i) {
|
|
|
105526
105526
|
this.span[j].col = colspan;
|
|
105527
105527
|
}
|
|
105528
105528
|
}
|
|
105529
|
+
row.fixed = this.fixed || false;
|
|
105529
105530
|
return [h('td', {
|
|
105530
105531
|
attrs: {
|
|
105531
105532
|
rowspan: this.span[j] ? this.span[j].row || 1 : 1,
|