Skip to content

Commit

Permalink
更新 table/src/table-body 为slot-scope提供fixed属性
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSun authored Aug 31, 2021
1 parent 3400e84 commit 0da6e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/table/src/table-body.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ export default {
const data = {
store: this.store,
_self: this.context || this.table.$vnode.context,
fixed: this.fixed,
column: columnData,
row,
$index
Expand Down

0 comments on commit 0da6e23

Please sign in to comment.