@vue/language-service 1.8.19 → 1.8.21
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/data/language-blocks/en.json +136 -0
- package/data/language-blocks/fr.json +136 -0
- package/data/language-blocks/it.json +830 -0
- package/data/language-blocks/ja.json +136 -0
- package/data/language-blocks/ko.json +136 -0
- package/data/language-blocks/pt.json +136 -0
- package/data/language-blocks/zh-cn.json +136 -0
- package/data/model-modifiers/en.json +24 -0
- package/data/model-modifiers/fr.json +24 -0
- package/data/model-modifiers/it.json +140 -0
- package/data/model-modifiers/ja.json +24 -0
- package/data/model-modifiers/ko.json +24 -0
- package/data/model-modifiers/pt.json +24 -0
- package/data/model-modifiers/zh-cn.json +24 -0
- package/data/template/en.json +209 -1
- package/data/template/fr.json +209 -1
- package/data/template/it.json +1186 -0
- package/data/template/ja.json +209 -1
- package/data/template/ko.json +208 -0
- package/data/template/pt.json +208 -0
- package/data/template/zh-cn.json +208 -0
- package/out/helpers.js +6 -29
- package/out/languageService.js +19 -42
- package/out/plugins/data.js +19 -18
- package/out/plugins/vue-directive-comments.js +1 -1
- package/out/plugins/vue-extract-file.js +9 -11
- package/out/plugins/vue-template.js +8 -31
- package/out/plugins/vue-toggle-v-bind-codeaction.js +3 -3
- package/out/plugins/vue-twoslash-queries.js +1 -24
- package/out/plugins/vue.js +4 -30
- package/package.json +17 -17
|
@@ -38,6 +38,14 @@
|
|
|
38
38
|
{
|
|
39
39
|
"name": "pt",
|
|
40
40
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "bn",
|
|
44
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "it",
|
|
48
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
41
49
|
}
|
|
42
50
|
]
|
|
43
51
|
},
|
|
@@ -83,6 +91,14 @@
|
|
|
83
91
|
{
|
|
84
92
|
"name": "pt",
|
|
85
93
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "bn",
|
|
97
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "it",
|
|
101
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
86
102
|
}
|
|
87
103
|
]
|
|
88
104
|
}
|
|
@@ -119,6 +135,14 @@
|
|
|
119
135
|
{
|
|
120
136
|
"name": "pt",
|
|
121
137
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#template"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "bn",
|
|
141
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#template"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "it",
|
|
145
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#template"
|
|
122
146
|
}
|
|
123
147
|
]
|
|
124
148
|
},
|
|
@@ -159,6 +183,14 @@
|
|
|
159
183
|
{
|
|
160
184
|
"name": "pt",
|
|
161
185
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "bn",
|
|
189
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "it",
|
|
193
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
162
194
|
}
|
|
163
195
|
]
|
|
164
196
|
},
|
|
@@ -210,6 +242,14 @@
|
|
|
210
242
|
{
|
|
211
243
|
"name": "pt",
|
|
212
244
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "bn",
|
|
248
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "it",
|
|
252
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
213
253
|
}
|
|
214
254
|
]
|
|
215
255
|
},
|
|
@@ -251,6 +291,14 @@
|
|
|
251
291
|
{
|
|
252
292
|
"name": "pt",
|
|
253
293
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#script-setup"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "bn",
|
|
297
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#script-setup"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "it",
|
|
301
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#script-setup"
|
|
254
302
|
}
|
|
255
303
|
]
|
|
256
304
|
}
|
|
@@ -287,6 +335,14 @@
|
|
|
287
335
|
{
|
|
288
336
|
"name": "pt",
|
|
289
337
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#script"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "bn",
|
|
341
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#script"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "it",
|
|
345
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#script"
|
|
290
346
|
}
|
|
291
347
|
]
|
|
292
348
|
},
|
|
@@ -325,6 +381,14 @@
|
|
|
325
381
|
{
|
|
326
382
|
"name": "pt",
|
|
327
383
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#script-setup"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"name": "bn",
|
|
387
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#script-setup"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "it",
|
|
391
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#script-setup"
|
|
328
392
|
}
|
|
329
393
|
]
|
|
330
394
|
},
|
|
@@ -365,6 +429,14 @@
|
|
|
365
429
|
{
|
|
366
430
|
"name": "pt",
|
|
367
431
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "bn",
|
|
435
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"name": "it",
|
|
439
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
368
440
|
}
|
|
369
441
|
]
|
|
370
442
|
},
|
|
@@ -422,6 +494,14 @@
|
|
|
422
494
|
{
|
|
423
495
|
"name": "pt",
|
|
424
496
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "bn",
|
|
500
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"name": "it",
|
|
504
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
425
505
|
}
|
|
426
506
|
]
|
|
427
507
|
},
|
|
@@ -460,6 +540,14 @@
|
|
|
460
540
|
{
|
|
461
541
|
"name": "pt",
|
|
462
542
|
"url": "https://pt.vuejs.org/api/sfc-css-features.html#scoped-css"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "bn",
|
|
546
|
+
"url": "https://bn.vuejs.org/api/sfc-css-features.html#scoped-css"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "it",
|
|
550
|
+
"url": "https://it.vuejs.org/api/sfc-css-features.html#scoped-css"
|
|
463
551
|
}
|
|
464
552
|
]
|
|
465
553
|
},
|
|
@@ -498,6 +586,14 @@
|
|
|
498
586
|
{
|
|
499
587
|
"name": "pt",
|
|
500
588
|
"url": "https://pt.vuejs.org/api/sfc-css-features.html#css-modules"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "bn",
|
|
592
|
+
"url": "https://bn.vuejs.org/api/sfc-css-features.html#css-modules"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "it",
|
|
596
|
+
"url": "https://it.vuejs.org/api/sfc-css-features.html#css-modules"
|
|
501
597
|
}
|
|
502
598
|
]
|
|
503
599
|
}
|
|
@@ -534,6 +630,14 @@
|
|
|
534
630
|
{
|
|
535
631
|
"name": "pt",
|
|
536
632
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#style"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "bn",
|
|
636
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#style"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "it",
|
|
640
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#style"
|
|
537
641
|
}
|
|
538
642
|
]
|
|
539
643
|
},
|
|
@@ -574,6 +678,14 @@
|
|
|
574
678
|
{
|
|
575
679
|
"name": "pt",
|
|
576
680
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"name": "bn",
|
|
684
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "it",
|
|
688
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
577
689
|
}
|
|
578
690
|
]
|
|
579
691
|
}
|
|
@@ -610,6 +722,14 @@
|
|
|
610
722
|
{
|
|
611
723
|
"name": "pt",
|
|
612
724
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#blocos-personalizados"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "bn",
|
|
728
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#blocos-personalizados"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "it",
|
|
732
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#blocos-personalizados"
|
|
613
733
|
}
|
|
614
734
|
]
|
|
615
735
|
}
|
|
@@ -650,6 +770,14 @@
|
|
|
650
770
|
{
|
|
651
771
|
"name": "pt",
|
|
652
772
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "bn",
|
|
776
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "it",
|
|
780
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
653
781
|
}
|
|
654
782
|
]
|
|
655
783
|
},
|
|
@@ -687,6 +815,14 @@
|
|
|
687
815
|
{
|
|
688
816
|
"name": "pt",
|
|
689
817
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "bn",
|
|
821
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"name": "it",
|
|
825
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
690
826
|
}
|
|
691
827
|
]
|
|
692
828
|
}
|
|
@@ -38,6 +38,14 @@
|
|
|
38
38
|
{
|
|
39
39
|
"name": "pt",
|
|
40
40
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "bn",
|
|
44
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "it",
|
|
48
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
41
49
|
}
|
|
42
50
|
]
|
|
43
51
|
},
|
|
@@ -83,6 +91,14 @@
|
|
|
83
91
|
{
|
|
84
92
|
"name": "pt",
|
|
85
93
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "bn",
|
|
97
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "it",
|
|
101
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
86
102
|
}
|
|
87
103
|
]
|
|
88
104
|
}
|
|
@@ -119,6 +135,14 @@
|
|
|
119
135
|
{
|
|
120
136
|
"name": "pt",
|
|
121
137
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#template"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "bn",
|
|
141
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#template"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "it",
|
|
145
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#template"
|
|
122
146
|
}
|
|
123
147
|
]
|
|
124
148
|
},
|
|
@@ -159,6 +183,14 @@
|
|
|
159
183
|
{
|
|
160
184
|
"name": "pt",
|
|
161
185
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "bn",
|
|
189
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "it",
|
|
193
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
162
194
|
}
|
|
163
195
|
]
|
|
164
196
|
},
|
|
@@ -210,6 +242,14 @@
|
|
|
210
242
|
{
|
|
211
243
|
"name": "pt",
|
|
212
244
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "bn",
|
|
248
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "it",
|
|
252
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
213
253
|
}
|
|
214
254
|
]
|
|
215
255
|
},
|
|
@@ -251,6 +291,14 @@
|
|
|
251
291
|
{
|
|
252
292
|
"name": "pt",
|
|
253
293
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#script-setup"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "bn",
|
|
297
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#script-setup"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "it",
|
|
301
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#script-setup"
|
|
254
302
|
}
|
|
255
303
|
]
|
|
256
304
|
}
|
|
@@ -287,6 +335,14 @@
|
|
|
287
335
|
{
|
|
288
336
|
"name": "pt",
|
|
289
337
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#script"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "bn",
|
|
341
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#script"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "it",
|
|
345
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#script"
|
|
290
346
|
}
|
|
291
347
|
]
|
|
292
348
|
},
|
|
@@ -325,6 +381,14 @@
|
|
|
325
381
|
{
|
|
326
382
|
"name": "pt",
|
|
327
383
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#script-setup"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"name": "bn",
|
|
387
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#script-setup"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "it",
|
|
391
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#script-setup"
|
|
328
392
|
}
|
|
329
393
|
]
|
|
330
394
|
},
|
|
@@ -365,6 +429,14 @@
|
|
|
365
429
|
{
|
|
366
430
|
"name": "pt",
|
|
367
431
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "bn",
|
|
435
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"name": "it",
|
|
439
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
368
440
|
}
|
|
369
441
|
]
|
|
370
442
|
},
|
|
@@ -422,6 +494,14 @@
|
|
|
422
494
|
{
|
|
423
495
|
"name": "pt",
|
|
424
496
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "bn",
|
|
500
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"name": "it",
|
|
504
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
425
505
|
}
|
|
426
506
|
]
|
|
427
507
|
},
|
|
@@ -460,6 +540,14 @@
|
|
|
460
540
|
{
|
|
461
541
|
"name": "pt",
|
|
462
542
|
"url": "https://pt.vuejs.org/api/sfc-css-features.html#scoped-css"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "bn",
|
|
546
|
+
"url": "https://bn.vuejs.org/api/sfc-css-features.html#scoped-css"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "it",
|
|
550
|
+
"url": "https://it.vuejs.org/api/sfc-css-features.html#scoped-css"
|
|
463
551
|
}
|
|
464
552
|
]
|
|
465
553
|
},
|
|
@@ -498,6 +586,14 @@
|
|
|
498
586
|
{
|
|
499
587
|
"name": "pt",
|
|
500
588
|
"url": "https://pt.vuejs.org/api/sfc-css-features.html#css-modules"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "bn",
|
|
592
|
+
"url": "https://bn.vuejs.org/api/sfc-css-features.html#css-modules"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "it",
|
|
596
|
+
"url": "https://it.vuejs.org/api/sfc-css-features.html#css-modules"
|
|
501
597
|
}
|
|
502
598
|
]
|
|
503
599
|
}
|
|
@@ -534,6 +630,14 @@
|
|
|
534
630
|
{
|
|
535
631
|
"name": "pt",
|
|
536
632
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#style"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "bn",
|
|
636
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#style"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "it",
|
|
640
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#style"
|
|
537
641
|
}
|
|
538
642
|
]
|
|
539
643
|
},
|
|
@@ -574,6 +678,14 @@
|
|
|
574
678
|
{
|
|
575
679
|
"name": "pt",
|
|
576
680
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"name": "bn",
|
|
684
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "it",
|
|
688
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
577
689
|
}
|
|
578
690
|
]
|
|
579
691
|
}
|
|
@@ -610,6 +722,14 @@
|
|
|
610
722
|
{
|
|
611
723
|
"name": "pt",
|
|
612
724
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#自定义块"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "bn",
|
|
728
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#自定义块"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "it",
|
|
732
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#自定义块"
|
|
613
733
|
}
|
|
614
734
|
]
|
|
615
735
|
}
|
|
@@ -650,6 +770,14 @@
|
|
|
650
770
|
{
|
|
651
771
|
"name": "pt",
|
|
652
772
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "bn",
|
|
776
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "it",
|
|
780
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
653
781
|
}
|
|
654
782
|
]
|
|
655
783
|
},
|
|
@@ -687,6 +815,14 @@
|
|
|
687
815
|
{
|
|
688
816
|
"name": "pt",
|
|
689
817
|
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "bn",
|
|
821
|
+
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"name": "it",
|
|
825
|
+
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
690
826
|
}
|
|
691
827
|
]
|
|
692
828
|
}
|
|
@@ -35,6 +35,14 @@
|
|
|
35
35
|
{
|
|
36
36
|
"name": "pt",
|
|
37
37
|
"url": "https://pt.vuejs.org/guide/essentials/forms.html#lazy"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "bn",
|
|
41
|
+
"url": "https://bn.vuejs.org/guide/essentials/forms.html#lazy"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "it",
|
|
45
|
+
"url": "https://it.vuejs.org/guide/essentials/forms.html#lazy"
|
|
38
46
|
}
|
|
39
47
|
]
|
|
40
48
|
},
|
|
@@ -72,6 +80,14 @@
|
|
|
72
80
|
{
|
|
73
81
|
"name": "pt",
|
|
74
82
|
"url": "https://pt.vuejs.org/guide/essentials/forms.html#number"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "bn",
|
|
86
|
+
"url": "https://bn.vuejs.org/guide/essentials/forms.html#number"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "it",
|
|
90
|
+
"url": "https://it.vuejs.org/guide/essentials/forms.html#number"
|
|
75
91
|
}
|
|
76
92
|
]
|
|
77
93
|
},
|
|
@@ -109,6 +125,14 @@
|
|
|
109
125
|
{
|
|
110
126
|
"name": "pt",
|
|
111
127
|
"url": "https://pt.vuejs.org/guide/essentials/forms.html#trim"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "bn",
|
|
131
|
+
"url": "https://bn.vuejs.org/guide/essentials/forms.html#trim"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"name": "it",
|
|
135
|
+
"url": "https://it.vuejs.org/guide/essentials/forms.html#trim"
|
|
112
136
|
}
|
|
113
137
|
]
|
|
114
138
|
}
|
|
@@ -35,6 +35,14 @@
|
|
|
35
35
|
{
|
|
36
36
|
"name": "pt",
|
|
37
37
|
"url": "https://pt.vuejs.org/guide/essentials/forms.html#lazy"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "bn",
|
|
41
|
+
"url": "https://bn.vuejs.org/guide/essentials/forms.html#lazy"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "it",
|
|
45
|
+
"url": "https://it.vuejs.org/guide/essentials/forms.html#lazy"
|
|
38
46
|
}
|
|
39
47
|
]
|
|
40
48
|
},
|
|
@@ -72,6 +80,14 @@
|
|
|
72
80
|
{
|
|
73
81
|
"name": "pt",
|
|
74
82
|
"url": "https://pt.vuejs.org/guide/essentials/forms.html#number"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "bn",
|
|
86
|
+
"url": "https://bn.vuejs.org/guide/essentials/forms.html#number"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "it",
|
|
90
|
+
"url": "https://it.vuejs.org/guide/essentials/forms.html#number"
|
|
75
91
|
}
|
|
76
92
|
]
|
|
77
93
|
},
|
|
@@ -109,6 +125,14 @@
|
|
|
109
125
|
{
|
|
110
126
|
"name": "pt",
|
|
111
127
|
"url": "https://pt.vuejs.org/guide/essentials/forms.html#trim"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "bn",
|
|
131
|
+
"url": "https://bn.vuejs.org/guide/essentials/forms.html#trim"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"name": "it",
|
|
135
|
+
"url": "https://it.vuejs.org/guide/essentials/forms.html#trim"
|
|
112
136
|
}
|
|
113
137
|
]
|
|
114
138
|
}
|