-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path.gitmodules
More file actions
670 lines (536 loc) · 19.9 KB
/
Copy path.gitmodules
File metadata and controls
670 lines (536 loc) · 19.9 KB
1
2
3
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
[submodule "tests/_fixtures/_git/elk"]
path = tests/_fixtures/_git/elk
url = https://github.com/elk-zone/elk
[submodule "tests/_fixtures/_git/misskey"]
path = tests/_fixtures/_git/misskey
url = https://github.com/misskey-dev/misskey
[submodule "tests/_fixtures/_git/npmx.dev"]
path = tests/_fixtures/_git/npmx.dev
url = https://github.com/npmx-dev/npmx.dev
[submodule "tests/_fixtures/_git/vuefes-2025"]
path = tests/_fixtures/_git/vuefes-2025
url = https://github.com/vuejs-jp/vuefes-2025-website.git
[submodule "tests/_fixtures/_git/frontend-phpcon-do-website"]
path = tests/_fixtures/_git/frontend-phpcon-do-website
url = https://github.com/frontend-phpcon-do/frontend-phpcon-do-website.git
[submodule "tests/_fixtures/_git/ant-design-vue"]
path = tests/_fixtures/_git/ant-design-vue
url = https://github.com/vueComponent/ant-design-vue
[submodule "tests/_fixtures/_git/nuxt-ui"]
path = tests/_fixtures/_git/nuxt-ui
url = https://github.com/nuxt/ui
[submodule "tests/_fixtures/_git/reka-ui"]
path = tests/_fixtures/_git/reka-ui
url = https://github.com/unovue/reka-ui
[submodule "tests/_fixtures/_git/vue-vben-admin"]
path = tests/_fixtures/_git/vue-vben-admin
url = https://github.com/vbenjs/vue-vben-admin
shallow = true
[submodule "tests/_fixtures/_git/hoppscotch"]
path = tests/_fixtures/_git/hoppscotch
url = https://github.com/hoppscotch/hoppscotch
shallow = true
[submodule "tests/_fixtures/_git/element-plus"]
path = tests/_fixtures/_git/element-plus
url = https://github.com/element-plus/element-plus
shallow = true
[submodule "tests/_fixtures/_git/voicevox"]
path = tests/_fixtures/_git/voicevox
url = https://github.com/VOICEVOX/voicevox
shallow = true
[submodule "tests/_fixtures/_git/primevue"]
path = tests/_fixtures/_git/primevue
url = https://github.com/primefaces/primevue
shallow = true
[submodule "tests/_fixtures/_git/vuetify"]
path = tests/_fixtures/_git/vuetify
url = https://github.com/vuetifyjs/vuetify
shallow = true
[submodule "tests/_fixtures/_git/naive-ui"]
path = tests/_fixtures/_git/naive-ui
url = https://github.com/tusen-ai/naive-ui
shallow = true
[submodule "tests/_fixtures/_git/directus"]
path = tests/_fixtures/_git/directus
url = https://github.com/directus/directus
shallow = true
[submodule "tests/_fixtures/_git/motion-vue"]
path = tests/_fixtures/_git/motion-vue
url = https://github.com/motiondivision/motion-vue
shallow = true
[submodule "tests/_fixtures/_git/shadcn-vue"]
path = tests/_fixtures/_git/shadcn-vue
url = https://github.com/unovue/shadcn-vue
shallow = true
[submodule "tests/_fixtures/_git/inspira-ui"]
path = tests/_fixtures/_git/inspira-ui
url = https://github.com/unovue/inspira-ui
shallow = true
[submodule "tests/_fixtures/_git/vue-charts"]
path = tests/_fixtures/_git/vue-charts
url = https://github.com/unovue/vue-charts
shallow = true
[submodule "tests/_fixtures/_git/vaul-vue"]
path = tests/_fixtures/_git/vaul-vue
url = https://github.com/unovue/vaul-vue
shallow = true
[submodule "tests/_fixtures/_git/vee-validate"]
path = tests/_fixtures/_git/vee-validate
url = https://github.com/logaretm/vee-validate
shallow = true
[submodule "tests/_fixtures/_git/create-vue"]
path = tests/_fixtures/_git/create-vue
url = https://github.com/vuejs/create-vue
shallow = true
[submodule "tests/_fixtures/_git/vue-router"]
path = tests/_fixtures/_git/vue-router
url = https://github.com/vuejs/router
shallow = true
[submodule "tests/_fixtures/_git/pinia"]
path = tests/_fixtures/_git/pinia
url = https://github.com/vuejs/pinia
shallow = true
[submodule "tests/_fixtures/_git/vue-tui"]
path = tests/_fixtures/_git/vue-tui
url = https://github.com/vuejs-ai/vue-tui
shallow = true
[submodule "tests/_fixtures/_git/vue-termui"]
path = tests/_fixtures/_git/vue-termui
url = https://github.com/vue-terminal/vue-termui
shallow = true
[submodule "tests/_fixtures/_git/vue-element-admin"]
path = tests/_fixtures/_git/vue-element-admin
url = https://github.com/PanJiaChen/vue-element-admin
shallow = true
[submodule "tests/_fixtures/_git/element"]
path = tests/_fixtures/_git/element
url = https://github.com/ElemeFE/element
shallow = true
[submodule "tests/_fixtures/_git/lx-music-desktop"]
path = tests/_fixtures/_git/lx-music-desktop
url = https://github.com/lyswhut/lx-music-desktop
shallow = true
[submodule "tests/_fixtures/_git/uni-app"]
path = tests/_fixtures/_git/uni-app
url = https://github.com/dcloudio/uni-app
shallow = true
[submodule "tests/_fixtures/_git/vue2-elm"]
path = tests/_fixtures/_git/vue2-elm
url = https://github.com/bailicangdu/vue2-elm
shallow = true
[submodule "tests/_fixtures/_git/filebrowser"]
path = tests/_fixtures/_git/filebrowser
url = https://github.com/filebrowser/filebrowser
shallow = true
[submodule "tests/_fixtures/_git/docsify"]
path = tests/_fixtures/_git/docsify
url = https://github.com/docsifyjs/docsify
shallow = true
[submodule "tests/_fixtures/_git/dashy"]
path = tests/_fixtures/_git/dashy
url = https://github.com/lissy93/dashy
shallow = true
[submodule "tests/_fixtures/_git/vue-devtools-v6"]
path = tests/_fixtures/_git/vue-devtools-v6
url = https://github.com/vuejs/devtools-v6
shallow = true
[submodule "tests/_fixtures/_git/vant"]
path = tests/_fixtures/_git/vant
url = https://github.com/youzan/vant
shallow = true
[submodule "tests/_fixtures/_git/vuepress"]
path = tests/_fixtures/_git/vuepress
url = https://github.com/vuejs/vuepress
shallow = true
[submodule "tests/_fixtures/_git/automa"]
path = tests/_fixtures/_git/automa
url = https://github.com/AutomaApp/automa
shallow = true
[submodule "tests/_fixtures/_git/vue-pure-admin"]
path = tests/_fixtures/_git/vue-pure-admin
url = https://github.com/pure-admin/vue-pure-admin
shallow = true
[submodule "tests/_fixtures/_git/vue-manage-system"]
path = tests/_fixtures/_git/vue-manage-system
url = https://github.com/lin-xin/vue-manage-system
shallow = true
[submodule "tests/_fixtures/_git/vitepress"]
path = tests/_fixtures/_git/vitepress
url = https://github.com/vuejs/vitepress
shallow = true
[submodule "tests/_fixtures/_git/vux"]
path = tests/_fixtures/_git/vux
url = https://github.com/airyland/vux
shallow = true
[submodule "tests/_fixtures/_git/koel"]
path = tests/_fixtures/_git/koel
url = https://github.com/koel/koel
shallow = true
[submodule "tests/_fixtures/_git/better-scroll"]
path = tests/_fixtures/_git/better-scroll
url = https://github.com/ustbhuangyi/better-scroll
shallow = true
[submodule "tests/_fixtures/_git/mint-ui"]
path = tests/_fixtures/_git/mint-ui
url = https://github.com/ElemeFE/mint-ui
shallow = true
[submodule "tests/_fixtures/_git/scalar"]
path = tests/_fixtures/_git/scalar
url = https://github.com/scalar/scalar
shallow = true
[submodule "tests/_fixtures/_git/soybean-admin"]
path = tests/_fixtures/_git/soybean-admin
url = https://github.com/soybeanjs/soybean-admin
shallow = true
[submodule "tests/_fixtures/_git/zy-player"]
path = tests/_fixtures/_git/zy-player
url = https://github.com/Hunlongyu/ZY-Player
shallow = true
[submodule "tests/_fixtures/_git/bootstrap-vue"]
path = tests/_fixtures/_git/bootstrap-vue
url = https://github.com/bootstrap-vue/bootstrap-vue
shallow = true
[submodule "tests/_fixtures/_git/habitica"]
path = tests/_fixtures/_git/habitica
url = https://github.com/HabitRPG/habitica
shallow = true
[submodule "tests/_fixtures/_git/tiny-rdm"]
path = tests/_fixtures/_git/tiny-rdm
url = https://github.com/tiny-craft/tiny-rdm
shallow = true
[submodule "tests/_fixtures/_git/mealie"]
path = tests/_fixtures/_git/mealie
url = https://github.com/mealie-recipes/mealie
shallow = true
[submodule "tests/_fixtures/_git/mall-admin-web"]
path = tests/_fixtures/_git/mall-admin-web
url = https://github.com/macrozheng/mall-admin-web
shallow = true
[submodule "tests/_fixtures/_git/douyin"]
path = tests/_fixtures/_git/douyin
url = https://github.com/zyronon/douyin
shallow = true
[submodule "tests/_fixtures/_git/vuestic-admin"]
path = tests/_fixtures/_git/vuestic-admin
url = https://github.com/epicmaxco/vuestic-admin
shallow = true
[submodule "tests/_fixtures/_git/vue-storefront"]
path = tests/_fixtures/_git/vue-storefront
url = https://github.com/vuestorefront/vue-storefront
shallow = true
[submodule "tests/_fixtures/_git/vue-virtual-scroller"]
path = tests/_fixtures/_git/vue-virtual-scroller
url = https://github.com/Akryum/vue-virtual-scroller
shallow = true
[submodule "tests/_fixtures/_git/vue-echarts"]
path = tests/_fixtures/_git/vue-echarts
url = https://github.com/ecomfe/vue-echarts
shallow = true
[submodule "tests/_fixtures/_git/gridea"]
path = tests/_fixtures/_git/gridea
url = https://github.com/getgridea/gridea
shallow = true
[submodule "tests/_fixtures/_git/dbx"]
path = tests/_fixtures/_git/dbx
url = https://github.com/t8y2/dbx
shallow = true
[submodule "tests/_fixtures/_git/vue-material"]
path = tests/_fixtures/_git/vue-material
url = https://github.com/vuematerial/vue-material
shallow = true
[submodule "tests/_fixtures/_git/datav"]
path = tests/_fixtures/_git/datav
url = https://github.com/DataV-Team/DataV
shallow = true
[submodule "tests/_fixtures/_git/buefy"]
path = tests/_fixtures/_git/buefy
url = https://github.com/buefy/buefy
shallow = true
[submodule "tests/_fixtures/_git/cube-ui"]
path = tests/_fixtures/_git/cube-ui
url = https://github.com/didi/cube-ui
shallow = true
[submodule "tests/_fixtures/_git/youtube-dl-gui"]
path = tests/_fixtures/_git/youtube-dl-gui
url = https://github.com/jely2002/youtube-dl-gui
shallow = true
[submodule "tests/_fixtures/_git/solidtime"]
path = tests/_fixtures/_git/solidtime
url = https://github.com/solidtime-io/solidtime
shallow = true
[submodule "tests/_fixtures/_git/crater"]
path = tests/_fixtures/_git/crater
url = https://github.com/crater-invoice-inc/crater
shallow = true
[submodule "tests/_fixtures/_git/vue-native-core"]
path = tests/_fixtures/_git/vue-native-core
url = https://github.com/GeekyAnts/vue-native-core
shallow = true
[submodule "tests/_fixtures/_git/muse-ui"]
path = tests/_fixtures/_git/muse-ui
url = https://github.com/museui/muse-ui
shallow = true
[submodule "tests/_fixtures/_git/inertia"]
path = tests/_fixtures/_git/inertia
url = https://github.com/inertiajs/inertia
shallow = true
[submodule "tests/_fixtures/_git/gui-for-singbox"]
path = tests/_fixtures/_git/gui-for-singbox
url = https://github.com/GUI-for-Cores/GUI.for.SingBox
shallow = true
[submodule "tests/_fixtures/_git/vue-fabric-editor"]
path = tests/_fixtures/_git/vue-fabric-editor
url = https://github.com/ikuaitu/vue-fabric-editor
shallow = true
[submodule "tests/_fixtures/_git/vue-grid-layout"]
path = tests/_fixtures/_git/vue-grid-layout
url = https://github.com/jbaysolutions/vue-grid-layout
shallow = true
[submodule "tests/_fixtures/_git/splayer"]
path = tests/_fixtures/_git/splayer
url = https://github.com/SPlayer-Dev/SPlayer
shallow = true
[submodule "tests/_fixtures/_git/vuelidate"]
path = tests/_fixtures/_git/vuelidate
url = https://github.com/vuelidate/vuelidate
shallow = true
[submodule "tests/_fixtures/_git/vuetorrent"]
path = tests/_fixtures/_git/vuetorrent
url = https://github.com/VueTorrent/VueTorrent
shallow = true
[submodule "tests/_fixtures/_git/vue-multiselect"]
path = tests/_fixtures/_git/vue-multiselect
url = https://github.com/shentao/vue-multiselect
shallow = true
[submodule "tests/_fixtures/_git/frpc-desktop"]
path = tests/_fixtures/_git/frpc-desktop
url = https://github.com/luckjiawei/frpc-desktop
shallow = true
[submodule "tests/_fixtures/_git/v-charts"]
path = tests/_fixtures/_git/v-charts
url = https://github.com/ElemeFE/v-charts
shallow = true
[submodule "tests/_fixtures/_git/music-website"]
path = tests/_fixtures/_git/music-website
url = https://github.com/Yin-Hongwei/music-website
shallow = true
[submodule "tests/_fixtures/_git/vue-flow"]
path = tests/_fixtures/_git/vue-flow
url = https://github.com/bcakmakoglu/vue-flow
shallow = true
[submodule "tests/_fixtures/_git/mavon-editor"]
path = tests/_fixtures/_git/mavon-editor
url = https://github.com/hinesboy/mavonEditor
shallow = true
[submodule "tests/_fixtures/_git/nutui"]
path = tests/_fixtures/_git/nutui
url = https://github.com/jd-opensource/nutui
shallow = true
[submodule "tests/_fixtures/_git/nativescript-vue"]
path = tests/_fixtures/_git/nativescript-vue
url = https://github.com/nativescript-vue/nativescript-vue
shallow = true
[submodule "tests/_fixtures/_git/sigma-file-manager"]
path = tests/_fixtures/_git/sigma-file-manager
url = https://github.com/aleksey-hoffman/sigma-file-manager
shallow = true
[submodule "tests/_fixtures/_git/gogocode"]
path = tests/_fixtures/_git/gogocode
url = https://github.com/thx/gogocode
shallow = true
[submodule "tests/_fixtures/_git/vue-chartjs"]
path = tests/_fixtures/_git/vue-chartjs
url = https://github.com/apertureless/vue-chartjs
shallow = true
[submodule "tests/_fixtures/_git/vuesax"]
path = tests/_fixtures/_git/vuesax
url = https://github.com/lusaxweb/vuesax
shallow = true
[submodule "tests/_fixtures/_git/cssgridgenerator"]
path = tests/_fixtures/_git/cssgridgenerator
url = https://github.com/sdras/cssgridgenerator
shallow = true
[submodule "tests/_fixtures/_git/varlet"]
path = tests/_fixtures/_git/varlet
url = https://github.com/varletjs/varlet
shallow = true
[submodule "tests/_fixtures/_git/vue-select"]
path = tests/_fixtures/_git/vue-select
url = https://github.com/sagalbot/vue-select
shallow = true
[submodule "tests/_fixtures/_git/vue-cropper"]
path = tests/_fixtures/_git/vue-cropper
url = https://github.com/xyxiao001/vue-cropper
shallow = true
[submodule "tests/_fixtures/_git/vue-draggable-next"]
path = tests/_fixtures/_git/vue-draggable-next
url = https://github.com/SortableJS/vue.draggable.next
shallow = true
[submodule "tests/_fixtures/_git/vue-js-modal"]
path = tests/_fixtures/_git/vue-js-modal
url = https://github.com/euvl/vue-js-modal
shallow = true
[submodule "tests/_fixtures/_git/vue-bits"]
path = tests/_fixtures/_git/vue-bits
url = https://github.com/DavidHDev/vue-bits
shallow = true
[submodule "tests/_fixtures/_git/vue-netcore"]
path = tests/_fixtures/_git/vue-netcore
url = https://github.com/cq-panda/Vue.NetCore
shallow = true
[submodule "tests/_fixtures/_git/vue-draggable-plus"]
path = tests/_fixtures/_git/vue-draggable-plus
url = https://github.com/Alfred-Skyblue/vue-draggable-plus
shallow = true
[submodule "tests/_fixtures/_git/tdesign"]
path = tests/_fixtures/_git/tdesign
url = https://github.com/Tencent/tdesign
shallow = true
[submodule "tests/_fixtures/_git/epic-spinners"]
path = tests/_fixtures/_git/epic-spinners
url = https://github.com/epicmaxco/epic-spinners
shallow = true
[submodule "tests/_fixtures/_git/portal-vue"]
path = tests/_fixtures/_git/portal-vue
url = https://github.com/LinusBorg/portal-vue
shallow = true
[submodule "tests/_fixtures/_git/vuestic-ui"]
path = tests/_fixtures/_git/vuestic-ui
url = https://github.com/epicmaxco/vuestic-ui
shallow = true
[submodule "tests/_fixtures/_git/piclist"]
path = tests/_fixtures/_git/piclist
url = https://github.com/Kuingsmile/PicList
shallow = true
[submodule "tests/_fixtures/_git/vue-draggable-resizable"]
path = tests/_fixtures/_git/vue-draggable-resizable
url = https://github.com/mauricius/vue-draggable-resizable
shallow = true
[submodule "tests/_fixtures/_git/pinry"]
path = tests/_fixtures/_git/pinry
url = https://github.com/pinry/pinry
shallow = true
[submodule "tests/_fixtures/_git/vonic"]
path = tests/_fixtures/_git/vonic
url = https://github.com/wangdahoo/vonic
shallow = true
[submodule "tests/_fixtures/_git/laravel-breeze"]
path = tests/_fixtures/_git/laravel-breeze
url = https://github.com/laravel/breeze
shallow = true
[submodule "tests/_fixtures/_git/frappe-crm"]
path = tests/_fixtures/_git/frappe-crm
url = https://github.com/frappe/crm
shallow = true
[submodule "tests/_fixtures/_git/v-viewer"]
path = tests/_fixtures/_git/v-viewer
url = https://github.com/mirari/v-viewer
shallow = true
[submodule "tests/_fixtures/_git/antares"]
path = tests/_fixtures/_git/antares
url = https://github.com/antares-sql/antares
shallow = true
[submodule "tests/_fixtures/_git/heyui"]
path = tests/_fixtures/_git/heyui
url = https://github.com/heyui/heyui
shallow = true
[submodule "tests/_fixtures/_git/vue-data-ui"]
path = tests/_fixtures/_git/vue-data-ui
url = https://github.com/graphieros/vue-data-ui
shallow = true
[submodule "tests/_fixtures/_git/splitpanes"]
path = tests/_fixtures/_git/splitpanes
url = https://github.com/antoniandre/splitpanes
shallow = true
[submodule "tests/_fixtures/_git/tailwind-config-viewer"]
path = tests/_fixtures/_git/tailwind-config-viewer
url = https://github.com/rogden/tailwind-config-viewer
shallow = true
[submodule "tests/_fixtures/_git/frappe-builder"]
path = tests/_fixtures/_git/frappe-builder
url = https://github.com/frappe/builder
shallow = true
[submodule "tests/_fixtures/_git/vue-uploader"]
path = tests/_fixtures/_git/vue-uploader
url = https://github.com/simple-uploader/vue-uploader
shallow = true
[submodule "tests/_fixtures/_git/vant-demo"]
path = tests/_fixtures/_git/vant-demo
url = https://github.com/vant-ui/vant-demo
shallow = true
[submodule "tests/_fixtures/_git/vue-dropzone"]
path = tests/_fixtures/_git/vue-dropzone
url = https://github.com/rowanwins/vue-dropzone
shallow = true
[submodule "tests/_fixtures/_git/multiple-select"]
path = tests/_fixtures/_git/multiple-select
url = https://github.com/wenzhixin/multiple-select
shallow = true
[submodule "tests/_fixtures/_git/alexandrie"]
path = tests/_fixtures/_git/alexandrie
url = https://github.com/Smaug6739/Alexandrie
shallow = true
[submodule "tests/_fixtures/_git/vue-fullpage-js"]
path = tests/_fixtures/_git/vue-fullpage-js
url = https://github.com/alvarotrigo/vue-fullpage.js
shallow = true
[submodule "tests/_fixtures/_git/arco-design-pro-vue"]
path = tests/_fixtures/_git/arco-design-pro-vue
url = https://github.com/arco-design/arco-design-pro-vue
shallow = true
[submodule "tests/_fixtures/_git/vue-datepicker"]
path = tests/_fixtures/_git/vue-datepicker
url = https://github.com/Vuepic/vue-datepicker
shallow = true
[submodule "tests/_fixtures/_git/layoutit-grid"]
path = tests/_fixtures/_git/layoutit-grid
url = https://github.com/layoutit/layoutit-grid
shallow = true
[submodule "tests/_fixtures/_git/jellyfin-vue"]
path = tests/_fixtures/_git/jellyfin-vue
url = https://github.com/jellyfin/jellyfin-vue
shallow = true
[submodule "tests/_fixtures/_git/lew-ui"]
path = tests/_fixtures/_git/lew-ui
url = https://github.com/lewkamtao/lew-ui
shallow = true
[submodule "tests/_fixtures/_git/vue-sonner"]
path = tests/_fixtures/_git/vue-sonner
url = https://github.com/xiaoluoboding/vue-sonner
shallow = true
[submodule "tests/_fixtures/_git/element-plus-x"]
path = tests/_fixtures/_git/element-plus-x
url = https://github.com/element-plus-x/Element-Plus-X
shallow = true
[submodule "tests/_fixtures/_git/vue-vine"]
path = tests/_fixtures/_git/vue-vine
url = https://github.com/vue-vine/vue-vine
shallow = true
[submodule "tests/_fixtures/_git/vue-calendar"]
path = tests/_fixtures/_git/vue-calendar
url = https://github.com/jinzhe/vue-calendar
shallow = true
[submodule "tests/_fixtures/_git/prevue"]
path = tests/_fixtures/_git/prevue
url = https://github.com/open-source-labs/PreVue
shallow = true
[submodule "tests/_fixtures/_git/bym-vue-echarts"]
path = tests/_fixtures/_git/bym-vue-echarts
url = https://github.com/bym110/vue-echarts
shallow = true
[submodule "tests/_fixtures/_git/vue-apexcharts"]
path = tests/_fixtures/_git/vue-apexcharts
url = https://github.com/apexcharts/vue-apexcharts
shallow = true
[submodule "tests/_fixtures/_git/vue-lottie"]
path = tests/_fixtures/_git/vue-lottie
url = https://github.com/chenqingspring/vue-lottie
shallow = true
[submodule "tests/_fixtures/_git/vue-cal-v4"]
path = tests/_fixtures/_git/vue-cal-v4
url = https://github.com/antoniandre/vue-cal-v4
shallow = true
[submodule "tests/_fixtures/_git/airi"]
path = tests/_fixtures/_git/airi
url = https://github.com/moeru-ai/airi
shallow = true