Skip to content

Commit

Permalink
Merge pull request #350 from 57code/master
Browse files Browse the repository at this point in the history
refactor: table
  • Loading branch information
cuixiaorui authored Nov 13, 2020
2 parents c3c3b4f + a2235a8 commit c38db3d
Show file tree
Hide file tree
Showing 41 changed files with 5,125 additions and 4,641 deletions.
4 changes: 3 additions & 1 deletion build/bin/build-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ ComponentNames.forEach((name) => {
'tab-pane',
'color-picker',
'cascader',
'cascader-panel'
'cascader-panel',
'table',
'table-column'
].indexOf(name) > -1
) {
// 白名单 挨个替换
Expand Down
Loading

0 comments on commit c38db3d

Please sign in to comment.