Skip to content

Commit

Permalink
refactor: dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ash committed Sep 12, 2020
1 parent bf067cb commit 5e710b4
Show file tree
Hide file tree
Showing 6 changed files with 930 additions and 546 deletions.
5 changes: 4 additions & 1 deletion build/bin/build-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ ComponentNames.forEach((name) => {
'steps',
'popconfirm',
'drawer',
'transfer'
'transfer',
'dropdown',
'dropdown-item',
'dropdown-menu'
].indexOf(name) > -1
) {
// 白名单 挨个替换
Expand Down
Loading

0 comments on commit 5e710b4

Please sign in to comment.