@antdv-next/auto-import-resolver 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +473 -119
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,119 +1,472 @@
|
|
|
1
1
|
//#region src/components.ts
|
|
2
2
|
var components_default = {
|
|
3
|
-
AAffix:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
3
|
+
AAffix: [{
|
|
4
|
+
name: "Affix",
|
|
5
|
+
path: "affix"
|
|
6
|
+
}],
|
|
7
|
+
AButton: [{
|
|
8
|
+
name: "Button",
|
|
9
|
+
path: "button"
|
|
10
|
+
}],
|
|
11
|
+
AAlert: [{
|
|
12
|
+
name: "Alert",
|
|
13
|
+
path: "alert"
|
|
14
|
+
}],
|
|
15
|
+
AAnchor: [{
|
|
16
|
+
name: "Anchor",
|
|
17
|
+
path: "anchor"
|
|
18
|
+
}],
|
|
19
|
+
ASpace: [{
|
|
20
|
+
name: "Space",
|
|
21
|
+
path: "space"
|
|
22
|
+
}],
|
|
23
|
+
ADivider: [{
|
|
24
|
+
name: "Divider",
|
|
25
|
+
path: "divider"
|
|
26
|
+
}],
|
|
27
|
+
ASpaceCompact: [{
|
|
28
|
+
name: "SpaceCompact",
|
|
29
|
+
path: "space"
|
|
30
|
+
}],
|
|
31
|
+
ASpaceAddon: [{
|
|
32
|
+
name: "SpaceAddon",
|
|
33
|
+
path: "space"
|
|
34
|
+
}],
|
|
35
|
+
AStyleProvider: [{
|
|
36
|
+
name: "StyleProvider",
|
|
37
|
+
path: "style-provider"
|
|
38
|
+
}],
|
|
39
|
+
AFlex: [{
|
|
40
|
+
name: "Flex",
|
|
41
|
+
path: "flex"
|
|
42
|
+
}],
|
|
43
|
+
AConfigProvider: [{
|
|
44
|
+
name: "ConfigProvider",
|
|
45
|
+
path: "config-provider"
|
|
46
|
+
}],
|
|
47
|
+
ACol: [{
|
|
48
|
+
name: "Col",
|
|
49
|
+
path: "grid/Col"
|
|
50
|
+
}],
|
|
51
|
+
ARow: [{
|
|
52
|
+
name: "Row",
|
|
53
|
+
path: "grid/Row"
|
|
54
|
+
}],
|
|
55
|
+
ABadge: [{
|
|
56
|
+
name: "Badge",
|
|
57
|
+
path: "badge"
|
|
58
|
+
}],
|
|
59
|
+
ABadgeRibbon: [{
|
|
60
|
+
name: "BadgeRibbon",
|
|
61
|
+
path: "badge"
|
|
62
|
+
}],
|
|
63
|
+
ATag: [{
|
|
64
|
+
name: "Tag",
|
|
65
|
+
path: "tag"
|
|
66
|
+
}],
|
|
67
|
+
ACheckableTag: [{
|
|
68
|
+
name: "CheckableTag",
|
|
69
|
+
path: "tag"
|
|
70
|
+
}],
|
|
71
|
+
ALayout: [{
|
|
72
|
+
name: "Layout",
|
|
73
|
+
path: "layout"
|
|
74
|
+
}],
|
|
75
|
+
ALayoutHeader: [{
|
|
76
|
+
name: "LayoutHeader",
|
|
77
|
+
path: "layout"
|
|
78
|
+
}],
|
|
79
|
+
ALayoutFooter: [{
|
|
80
|
+
name: "LayoutFooter",
|
|
81
|
+
path: "layout"
|
|
82
|
+
}],
|
|
83
|
+
ALayoutContent: [{
|
|
84
|
+
name: "LayoutContent",
|
|
85
|
+
path: "layout"
|
|
86
|
+
}],
|
|
87
|
+
ALayoutSider: [{
|
|
88
|
+
name: "LayoutSider",
|
|
89
|
+
path: "layout"
|
|
90
|
+
}],
|
|
91
|
+
AEmpty: [{
|
|
92
|
+
name: "Empty",
|
|
93
|
+
path: "empty"
|
|
94
|
+
}],
|
|
95
|
+
AResult: [{
|
|
96
|
+
name: "Result",
|
|
97
|
+
path: "result"
|
|
98
|
+
}],
|
|
99
|
+
ASpin: [{
|
|
100
|
+
name: "Spin",
|
|
101
|
+
path: "spin"
|
|
102
|
+
}],
|
|
103
|
+
ASkeleton: [{
|
|
104
|
+
name: "Skeleton",
|
|
105
|
+
path: "skeleton"
|
|
106
|
+
}],
|
|
107
|
+
ASkeletonButton: [{
|
|
108
|
+
name: "SkeletonButton",
|
|
109
|
+
path: "skeleton",
|
|
110
|
+
as: "SkeletonButton"
|
|
111
|
+
}],
|
|
112
|
+
ASkeletonAvatar: [{
|
|
113
|
+
name: "SkeletonAvatar",
|
|
114
|
+
path: "skeleton",
|
|
115
|
+
as: "SkeletonAvatar"
|
|
116
|
+
}],
|
|
117
|
+
ASkeletonInput: [{
|
|
118
|
+
name: "SkeletonInput",
|
|
119
|
+
path: "skeleton",
|
|
120
|
+
as: "SkeletonInput"
|
|
121
|
+
}],
|
|
122
|
+
ASkeletonImage: [{
|
|
123
|
+
name: "SkeletonImage",
|
|
124
|
+
path: "skeleton",
|
|
125
|
+
as: "SkeletonImage"
|
|
126
|
+
}],
|
|
127
|
+
ASkeletonNode: [{
|
|
128
|
+
name: "SkeletonNode",
|
|
129
|
+
path: "skeleton",
|
|
130
|
+
as: "SkeletonNode"
|
|
131
|
+
}],
|
|
132
|
+
AStatistic: [{
|
|
133
|
+
name: "Statistic",
|
|
134
|
+
path: "statistic"
|
|
135
|
+
}],
|
|
136
|
+
AStatisticTimer: [{
|
|
137
|
+
name: "StatisticTimer",
|
|
138
|
+
path: "statistic"
|
|
139
|
+
}],
|
|
140
|
+
ADescriptions: [{
|
|
141
|
+
name: "Descriptions",
|
|
142
|
+
path: "descriptions"
|
|
143
|
+
}],
|
|
144
|
+
ATimeline: [{
|
|
145
|
+
name: "Timeline",
|
|
146
|
+
path: "timeline"
|
|
147
|
+
}],
|
|
148
|
+
AWatermark: [{
|
|
149
|
+
name: "Watermark",
|
|
150
|
+
path: "watermark"
|
|
151
|
+
}],
|
|
152
|
+
AQrcode: [{
|
|
153
|
+
name: "QRCode",
|
|
154
|
+
path: "qrcode"
|
|
155
|
+
}],
|
|
156
|
+
ACollapse: [{
|
|
157
|
+
name: "Collapse",
|
|
158
|
+
path: "collapse"
|
|
159
|
+
}],
|
|
160
|
+
ATooltip: [{
|
|
161
|
+
name: "Tooltip",
|
|
162
|
+
path: "tooltip"
|
|
163
|
+
}],
|
|
164
|
+
ASegmented: [{
|
|
165
|
+
name: "Segmented",
|
|
166
|
+
path: "segmented"
|
|
167
|
+
}],
|
|
168
|
+
APopover: [{
|
|
169
|
+
name: "Popover",
|
|
170
|
+
path: "popover"
|
|
171
|
+
}],
|
|
172
|
+
APopconfirm: [{
|
|
173
|
+
name: "Popconfirm",
|
|
174
|
+
path: "popconfirm"
|
|
175
|
+
}],
|
|
176
|
+
AFloatButton: [{
|
|
177
|
+
name: "FloatButton",
|
|
178
|
+
path: "float-button"
|
|
179
|
+
}],
|
|
180
|
+
AFloatBackTop: [{
|
|
181
|
+
name: "BackTop",
|
|
182
|
+
path: "float-button"
|
|
183
|
+
}],
|
|
184
|
+
AFloatButtonGroup: [{
|
|
185
|
+
name: "FloatButtonGroup",
|
|
186
|
+
path: "float-button"
|
|
187
|
+
}],
|
|
188
|
+
AMenu: [{
|
|
189
|
+
name: "Menu",
|
|
190
|
+
path: "menu"
|
|
191
|
+
}],
|
|
192
|
+
ADropdown: [{
|
|
193
|
+
name: "Dropdown",
|
|
194
|
+
path: "dropdown"
|
|
195
|
+
}],
|
|
196
|
+
ATour: [{
|
|
197
|
+
name: "Tour",
|
|
198
|
+
path: "tour"
|
|
199
|
+
}],
|
|
200
|
+
ABreadcrumb: [{
|
|
201
|
+
name: "Breadcrumb",
|
|
202
|
+
path: "breadcrumb"
|
|
203
|
+
}],
|
|
204
|
+
AAvatar: [{
|
|
205
|
+
name: "Avatar",
|
|
206
|
+
path: "avatar"
|
|
207
|
+
}],
|
|
208
|
+
AAvatarGroup: [{
|
|
209
|
+
name: "AvatarGroup",
|
|
210
|
+
path: "avatar"
|
|
211
|
+
}],
|
|
212
|
+
AForm: [{
|
|
213
|
+
name: "Form",
|
|
214
|
+
path: "form"
|
|
215
|
+
}],
|
|
216
|
+
AFormItem: [{
|
|
217
|
+
name: "FormItem",
|
|
218
|
+
path: "form"
|
|
219
|
+
}],
|
|
220
|
+
ACheckbox: [{
|
|
221
|
+
name: "Checkbox",
|
|
222
|
+
path: "checkbox"
|
|
223
|
+
}],
|
|
224
|
+
ACheckboxGroup: [{
|
|
225
|
+
name: "CheckboxGroup",
|
|
226
|
+
path: "checkbox"
|
|
227
|
+
}],
|
|
228
|
+
ARadio: [{
|
|
229
|
+
name: "Radio",
|
|
230
|
+
path: "radio"
|
|
231
|
+
}],
|
|
232
|
+
ARadioGroup: [{
|
|
233
|
+
name: "RadioGroup",
|
|
234
|
+
path: "radio"
|
|
235
|
+
}],
|
|
236
|
+
ARadioButton: [{
|
|
237
|
+
name: "RadioButton",
|
|
238
|
+
path: "radio"
|
|
239
|
+
}],
|
|
240
|
+
ASwitch: [{
|
|
241
|
+
name: "Switch",
|
|
242
|
+
path: "switch"
|
|
243
|
+
}],
|
|
244
|
+
AColorPicker: [{
|
|
245
|
+
name: "ColorPicker",
|
|
246
|
+
path: "color-picker"
|
|
247
|
+
}],
|
|
248
|
+
ASlider: [{
|
|
249
|
+
name: "Slider",
|
|
250
|
+
path: "slider"
|
|
251
|
+
}],
|
|
252
|
+
AInput: [{
|
|
253
|
+
name: "Input",
|
|
254
|
+
path: "input"
|
|
255
|
+
}],
|
|
256
|
+
AInputSearch: [{
|
|
257
|
+
name: "InputSearch",
|
|
258
|
+
path: "input"
|
|
259
|
+
}],
|
|
260
|
+
AInputPassword: [{
|
|
261
|
+
name: "InputPassword",
|
|
262
|
+
path: "input"
|
|
263
|
+
}],
|
|
264
|
+
AInputOtp: [{
|
|
265
|
+
name: "InputOTP",
|
|
266
|
+
path: "input"
|
|
267
|
+
}],
|
|
268
|
+
AInputGroup: [{
|
|
269
|
+
name: "InputGroup",
|
|
270
|
+
path: "input"
|
|
271
|
+
}],
|
|
272
|
+
AInputNumber: [{
|
|
273
|
+
name: "InputNumber",
|
|
274
|
+
path: "input-number"
|
|
275
|
+
}],
|
|
276
|
+
ATextarea: [{
|
|
277
|
+
name: "TextArea",
|
|
278
|
+
path: "input"
|
|
279
|
+
}],
|
|
280
|
+
ATypography: [{
|
|
281
|
+
name: "Typography",
|
|
282
|
+
path: "typography"
|
|
283
|
+
}],
|
|
284
|
+
ATypographyText: [{
|
|
285
|
+
name: "TypographyText",
|
|
286
|
+
path: "typography",
|
|
287
|
+
as: "TypographyText"
|
|
288
|
+
}],
|
|
289
|
+
ATypographyTitle: [{
|
|
290
|
+
name: "TypographyTitle",
|
|
291
|
+
path: "typography",
|
|
292
|
+
as: "TypographyTitle"
|
|
293
|
+
}],
|
|
294
|
+
ATypographyParagraph: [{
|
|
295
|
+
name: "TypographyParagraph",
|
|
296
|
+
path: "typography",
|
|
297
|
+
as: "TypographyParagraph"
|
|
298
|
+
}],
|
|
299
|
+
ATypographyLink: [{
|
|
300
|
+
name: "TypographyLink",
|
|
301
|
+
path: "typography",
|
|
302
|
+
as: "TypographyLink"
|
|
303
|
+
}],
|
|
304
|
+
ATabs: [{
|
|
305
|
+
name: "Tabs",
|
|
306
|
+
path: "tabs"
|
|
307
|
+
}],
|
|
308
|
+
ATabPane: [{
|
|
309
|
+
name: "TabPane",
|
|
310
|
+
path: "tabs",
|
|
311
|
+
as: "TabPane"
|
|
312
|
+
}],
|
|
313
|
+
ASelect: [{
|
|
314
|
+
name: "Select",
|
|
315
|
+
path: "select"
|
|
316
|
+
}],
|
|
317
|
+
ASelectOption: [{
|
|
318
|
+
name: "SelectOption",
|
|
319
|
+
path: "select"
|
|
320
|
+
}],
|
|
321
|
+
ASelectOptGroup: [{
|
|
322
|
+
name: "SelectOptGroup",
|
|
323
|
+
path: "select"
|
|
324
|
+
}],
|
|
325
|
+
ASplitter: [{
|
|
326
|
+
name: "Splitter",
|
|
327
|
+
path: "splitter"
|
|
328
|
+
}],
|
|
329
|
+
ASplitterPanel: [{
|
|
330
|
+
name: "SplitterPanel",
|
|
331
|
+
path: "splitter"
|
|
332
|
+
}],
|
|
333
|
+
ACard: [{
|
|
334
|
+
name: "Card",
|
|
335
|
+
path: "card"
|
|
336
|
+
}],
|
|
337
|
+
ACardGrid: [{
|
|
338
|
+
name: "CardGrid",
|
|
339
|
+
path: "card"
|
|
340
|
+
}],
|
|
341
|
+
ACardMeta: [{
|
|
342
|
+
name: "CardMeta",
|
|
343
|
+
path: "card"
|
|
344
|
+
}],
|
|
345
|
+
AMasonry: [{
|
|
346
|
+
name: "Masonry",
|
|
347
|
+
path: "masonry"
|
|
348
|
+
}],
|
|
349
|
+
ARate: [{
|
|
350
|
+
name: "Rate",
|
|
351
|
+
path: "rate"
|
|
352
|
+
}],
|
|
353
|
+
AProgress: [{
|
|
354
|
+
name: "Progress",
|
|
355
|
+
path: "progress"
|
|
356
|
+
}],
|
|
357
|
+
ADrawer: [{
|
|
358
|
+
name: "Drawer",
|
|
359
|
+
path: "drawer"
|
|
360
|
+
}],
|
|
361
|
+
AModal: [{
|
|
362
|
+
name: "Modal",
|
|
363
|
+
path: "modal"
|
|
364
|
+
}],
|
|
365
|
+
ASteps: [{
|
|
366
|
+
name: "Steps",
|
|
367
|
+
path: "steps"
|
|
368
|
+
}],
|
|
369
|
+
AImage: [{
|
|
370
|
+
name: "Image",
|
|
371
|
+
path: "image"
|
|
372
|
+
}],
|
|
373
|
+
AImagePreviewGroup: [{
|
|
374
|
+
name: "ImagePreviewGroup",
|
|
375
|
+
path: "image"
|
|
376
|
+
}],
|
|
377
|
+
AApp: [{
|
|
378
|
+
name: "App",
|
|
379
|
+
path: "app"
|
|
380
|
+
}],
|
|
381
|
+
ATree: [{
|
|
382
|
+
name: "Tree",
|
|
383
|
+
path: "tree"
|
|
384
|
+
}],
|
|
385
|
+
ADirectoryTree: [{
|
|
386
|
+
name: "DirectoryTree",
|
|
387
|
+
path: "tree"
|
|
388
|
+
}],
|
|
389
|
+
ATreeSelect: [{
|
|
390
|
+
name: "TreeSelect",
|
|
391
|
+
path: "tree-select"
|
|
392
|
+
}],
|
|
393
|
+
AUpload: [{
|
|
394
|
+
name: "Upload",
|
|
395
|
+
path: "upload"
|
|
396
|
+
}],
|
|
397
|
+
AUploadDragger: [{
|
|
398
|
+
name: "UploadDragger",
|
|
399
|
+
path: "upload"
|
|
400
|
+
}],
|
|
401
|
+
APagination: [{
|
|
402
|
+
name: "Pagination",
|
|
403
|
+
path: "pagination"
|
|
404
|
+
}],
|
|
405
|
+
ATransfer: [{
|
|
406
|
+
name: "Transfer",
|
|
407
|
+
path: "transfer"
|
|
408
|
+
}],
|
|
409
|
+
AMentions: [{
|
|
410
|
+
name: "Mentions",
|
|
411
|
+
path: "mentions"
|
|
412
|
+
}],
|
|
413
|
+
ACarousel: [{
|
|
414
|
+
name: "Carousel",
|
|
415
|
+
path: "carousel"
|
|
416
|
+
}],
|
|
417
|
+
ACascader: [{
|
|
418
|
+
name: "Cascader",
|
|
419
|
+
path: "cascader"
|
|
420
|
+
}],
|
|
421
|
+
ATable: [{
|
|
422
|
+
name: "Table",
|
|
423
|
+
path: "table"
|
|
424
|
+
}],
|
|
425
|
+
ATableColumn: [{
|
|
426
|
+
name: "TableColumn",
|
|
427
|
+
path: "table"
|
|
428
|
+
}],
|
|
429
|
+
ATableSummary: [{
|
|
430
|
+
name: "TableSummary",
|
|
431
|
+
path: "table"
|
|
432
|
+
}],
|
|
433
|
+
ATableSummaryRow: [{
|
|
434
|
+
name: "TableSummaryRow",
|
|
435
|
+
path: "table"
|
|
436
|
+
}],
|
|
437
|
+
ATableSummaryCell: [{
|
|
438
|
+
name: "TableSummaryCell",
|
|
439
|
+
path: "table"
|
|
440
|
+
}],
|
|
441
|
+
ACalendar: [{
|
|
442
|
+
name: "Calendar",
|
|
443
|
+
path: "calendar"
|
|
444
|
+
}],
|
|
445
|
+
ADatePicker: [{
|
|
446
|
+
name: "DatePicker",
|
|
447
|
+
path: "date-picker"
|
|
448
|
+
}],
|
|
449
|
+
ARangePicker: [{
|
|
450
|
+
name: "DateRangePicker",
|
|
451
|
+
path: "date-picker"
|
|
452
|
+
}],
|
|
453
|
+
ATimePicker: [{
|
|
454
|
+
name: "TimePicker",
|
|
455
|
+
path: "time-picker"
|
|
456
|
+
}],
|
|
457
|
+
ATimeRangePicker: [{
|
|
458
|
+
name: "TimeRangePicker",
|
|
459
|
+
path: "time-picker"
|
|
460
|
+
}],
|
|
461
|
+
AAutoComplete: [{
|
|
462
|
+
name: "AutoComplete",
|
|
463
|
+
path: "auto-complete"
|
|
464
|
+
}],
|
|
465
|
+
AAutoCompleteOption: [{
|
|
466
|
+
name: "AutoCompleteOption",
|
|
467
|
+
path: "auto-complete",
|
|
468
|
+
as: "AutoCompleteOption"
|
|
469
|
+
}]
|
|
117
470
|
};
|
|
118
471
|
|
|
119
472
|
//#endregion
|
|
@@ -973,15 +1326,16 @@ function AntdvNextResolver(options) {
|
|
|
973
1326
|
const opts = Object.assign({}, options);
|
|
974
1327
|
if (isExclude(name, opts.exclude)) return;
|
|
975
1328
|
if (opts.resolveIcons && icons_default.includes(name)) return {
|
|
976
|
-
name,
|
|
977
|
-
from:
|
|
1329
|
+
as: name,
|
|
1330
|
+
from: `@antdv-next/icons/icons/${name}`
|
|
978
1331
|
};
|
|
979
|
-
const importName = components_default[name];
|
|
1332
|
+
const importName = components_default[name][0].name;
|
|
980
1333
|
if (importName) {
|
|
981
1334
|
if (isExclude(importName, opts.exclude)) return;
|
|
982
1335
|
return {
|
|
983
|
-
name:
|
|
984
|
-
|
|
1336
|
+
name: components_default[name][0].as || "default",
|
|
1337
|
+
as: name,
|
|
1338
|
+
from: `antdv-next/dist/${components_default[name][0].path}/index`
|
|
985
1339
|
};
|
|
986
1340
|
}
|
|
987
1341
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antdv-next/auto-import-resolver",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"description": "antdv-next auto import resolver based on unplugin-vue-components",
|
|
6
6
|
"homepage": "https://github.com/antdv-next/auto-import-resolver#readme",
|
|
7
7
|
"repository": {
|