You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/table/src/table-column.js
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -144,11 +144,10 @@ export default {
144
144
},
145
145
146
146
setColumnRenders(column){
147
-
constspecialTypes=Object.keys(cellForced);
148
147
// renderHeader 属性不推荐使用。
149
148
if(this.renderHeader){
150
149
console.warn('[Element Warn][TableColumn]Comparing to render-header, scoped-slot header is easier to use. We recommend users to use scoped-slot header.');
0 commit comments