Skip to content

Commit

Permalink
fix(packages/table/src/table-column): fixed #16270
Browse files Browse the repository at this point in the history
  • Loading branch information
a631807682 committed Jun 28, 2019
1 parent 046fa9a commit 68073d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/table/src/table-column.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default {
},

registerNormalWatchers() {
const props = ['label', 'property', 'filters', 'filterMultiple', 'sortable', 'index', 'formatter', 'className', 'labelClassName'];
const props = ['label', 'property', 'filters', 'filterMultiple', 'sortable', 'index', 'formatter', 'className', 'labelClassName', 'showOverflowTooltip'];
// 一些属性具有别名
const aliases = {
prop: 'property',
Expand Down

0 comments on commit 68073d9

Please sign in to comment.