Skip to content

Commit e47df19

Browse files
author
shaaaaaaaa
authored
fix(antdv): set a-time-range-picker styleDir, close #286 (#287)
1 parent 33bf230 commit e47df19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/resolvers/antdv.ts

+4
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const matchComponents: IMatcher[] = [
7878
pattern: /^CheckableTag/,
7979
styleDir: 'tag',
8080
},
81+
{
82+
pattern: /^TimeRangePicker/,
83+
styleDir: 'time-picker',
84+
},
8185
{
8286
pattern: /^Layout/,
8387
styleDir: 'layout',

0 commit comments

Comments
 (0)