Skip to content

Commit

Permalink
fix(antdv): add new component match (#286) (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudongyuer committed Jan 20, 2022
1 parent 0985a63 commit 4e387e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/resolvers/antdv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ const matchComponents: IMatcher[] = [
pattern: /^Table/,
styleDir: 'table',
},
{
pattern: /^TimePicker|^TimeRangePicker/,
styleDir: 'time-picker',
},
{
pattern: /^Radio/,
styleDir: 'radio',
Expand Down

0 comments on commit 4e387e6

Please sign in to comment.