Skip to content

Commit 25293ba

Browse files
authored
fix(antdv): fix UploadDragger import styles fail (#90)
1 parent 9e9a901 commit 25293ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/resolvers/antdv.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ const matchComponents: IMatcher[] = [
154154
pattern: /^Timeline/,
155155
styleDir: 'timeline',
156156
},
157+
{
158+
pattern: /^Upload/,
159+
styleDir: 'upload'
160+
}
157161
]
158162

159163
export interface AntDesignVueResolverOptions {

0 commit comments

Comments
 (0)