Skip to content

Commit 1c261e3

Browse files
authored
fix(arco): upgrade resolver (#360)
1 parent ab0b25a commit 1c261e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/resolvers/arco.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const matchComponents = [
3939
componentDir: 'date-picker',
4040
},
4141
{
42-
pattern: /^(Doption|Dgroup|Dsubmenu)$/,
42+
pattern: /^(Doption|Dgroup|Dsubmenu|DropdownButton)$/,
4343
componentDir: 'dropdown',
4444
},
4545
{

0 commit comments

Comments
 (0)