@vue/language-service 2.0.13 → 2.0.14
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/cs.json +1034 -0
- package/data/language-blocks/en.json +204 -0
- package/data/language-blocks/fr.json +204 -0
- package/data/language-blocks/it.json +204 -0
- package/data/language-blocks/ja.json +204 -0
- package/data/language-blocks/ko.json +205 -1
- package/data/language-blocks/pt.json +204 -0
- package/data/language-blocks/ru.json +1034 -0
- package/data/language-blocks/zh-cn.json +204 -0
- package/data/model-modifiers/cs.json +176 -0
- package/data/model-modifiers/en.json +36 -0
- package/data/model-modifiers/fr.json +36 -0
- package/data/model-modifiers/it.json +36 -0
- package/data/model-modifiers/ja.json +36 -0
- package/data/model-modifiers/ko.json +36 -0
- package/data/model-modifiers/pt.json +36 -0
- package/data/model-modifiers/ru.json +176 -0
- package/data/model-modifiers/zh-cn.json +36 -0
- package/data/template/cs.json +1498 -0
- package/data/template/en.json +312 -0
- package/data/template/fr.json +315 -3
- package/data/template/it.json +312 -0
- package/data/template/ja.json +313 -1
- package/data/template/ko.json +316 -4
- package/data/template/pt.json +312 -0
- package/data/template/ru.json +1498 -0
- package/data/template/zh-cn.json +312 -0
- package/lib/ideFeatures/nameCasing.js +4 -4
- package/lib/plugins/data.js +18 -0
- package/lib/plugins/vue-codelens-references.js +1 -1
- package/lib/plugins/vue-document-drop.js +1 -1
- package/lib/plugins/vue-extract-file.js +2 -2
- package/lib/plugins/vue-sfc.d.ts +1 -1
- package/lib/plugins/vue-sfc.js +2 -2
- package/lib/plugins/vue-template.js +5 -5
- package/lib/plugins/vue-toggle-v-bind-codeaction.js +1 -1
- package/lib/plugins/vue-twoslash-queries.js +1 -1
- package/package.json +8 -8
- package/scripts/update-html-data.js +18 -0
|
@@ -46,6 +46,18 @@
|
|
|
46
46
|
{
|
|
47
47
|
"name": "it",
|
|
48
48
|
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "cs",
|
|
52
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#src-imports"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "ru",
|
|
56
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#src-imports"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "fa",
|
|
60
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#src-imports"
|
|
49
61
|
}
|
|
50
62
|
]
|
|
51
63
|
},
|
|
@@ -99,6 +111,18 @@
|
|
|
99
111
|
{
|
|
100
112
|
"name": "it",
|
|
101
113
|
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "cs",
|
|
117
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "ru",
|
|
121
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "fa",
|
|
125
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
102
126
|
}
|
|
103
127
|
]
|
|
104
128
|
}
|
|
@@ -143,6 +167,18 @@
|
|
|
143
167
|
{
|
|
144
168
|
"name": "it",
|
|
145
169
|
"url": "https://it.vuejs.org/api/sfc-spec.html#template"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "cs",
|
|
173
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#template"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "ru",
|
|
177
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#template"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "fa",
|
|
181
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#template"
|
|
146
182
|
}
|
|
147
183
|
]
|
|
148
184
|
},
|
|
@@ -191,6 +227,18 @@
|
|
|
191
227
|
{
|
|
192
228
|
"name": "it",
|
|
193
229
|
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "cs",
|
|
233
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#src-imports"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "ru",
|
|
237
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#src-imports"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "fa",
|
|
241
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#src-imports"
|
|
194
242
|
}
|
|
195
243
|
]
|
|
196
244
|
},
|
|
@@ -250,6 +298,18 @@
|
|
|
250
298
|
{
|
|
251
299
|
"name": "it",
|
|
252
300
|
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "cs",
|
|
304
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"name": "ru",
|
|
308
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "fa",
|
|
312
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
253
313
|
}
|
|
254
314
|
]
|
|
255
315
|
},
|
|
@@ -299,6 +359,18 @@
|
|
|
299
359
|
{
|
|
300
360
|
"name": "it",
|
|
301
361
|
"url": "https://it.vuejs.org/api/sfc-spec.html#script-setup"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"name": "cs",
|
|
365
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#script-setup"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "ru",
|
|
369
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#script-setup"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"name": "fa",
|
|
373
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#script-setup"
|
|
302
374
|
}
|
|
303
375
|
]
|
|
304
376
|
}
|
|
@@ -343,6 +415,18 @@
|
|
|
343
415
|
{
|
|
344
416
|
"name": "it",
|
|
345
417
|
"url": "https://it.vuejs.org/api/sfc-spec.html#script"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "cs",
|
|
421
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#script"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "ru",
|
|
425
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#script"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"name": "fa",
|
|
429
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#script"
|
|
346
430
|
}
|
|
347
431
|
]
|
|
348
432
|
},
|
|
@@ -389,6 +473,18 @@
|
|
|
389
473
|
{
|
|
390
474
|
"name": "it",
|
|
391
475
|
"url": "https://it.vuejs.org/api/sfc-spec.html#script-setup"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"name": "cs",
|
|
479
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#script-setup"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "ru",
|
|
483
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#script-setup"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"name": "fa",
|
|
487
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#script-setup"
|
|
392
488
|
}
|
|
393
489
|
]
|
|
394
490
|
},
|
|
@@ -437,6 +533,18 @@
|
|
|
437
533
|
{
|
|
438
534
|
"name": "it",
|
|
439
535
|
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "cs",
|
|
539
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#src-imports"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "ru",
|
|
543
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#src-imports"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "fa",
|
|
547
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#src-imports"
|
|
440
548
|
}
|
|
441
549
|
]
|
|
442
550
|
},
|
|
@@ -502,6 +610,18 @@
|
|
|
502
610
|
{
|
|
503
611
|
"name": "it",
|
|
504
612
|
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "cs",
|
|
616
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "ru",
|
|
620
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"name": "fa",
|
|
624
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
505
625
|
}
|
|
506
626
|
]
|
|
507
627
|
},
|
|
@@ -548,6 +668,18 @@
|
|
|
548
668
|
{
|
|
549
669
|
"name": "it",
|
|
550
670
|
"url": "https://it.vuejs.org/api/sfc-css-features.html#scoped-css"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "cs",
|
|
674
|
+
"url": "https://cs.vuejs.org/api/sfc-css-features.html#scoped-css"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "ru",
|
|
678
|
+
"url": "https://ru.vuejs.org/api/sfc-css-features.html#scoped-css"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "fa",
|
|
682
|
+
"url": "https://fa.vuejs.org/api/sfc-css-features.html#scoped-css"
|
|
551
683
|
}
|
|
552
684
|
]
|
|
553
685
|
},
|
|
@@ -556,7 +688,7 @@
|
|
|
556
688
|
"valueSet": "v",
|
|
557
689
|
"description": {
|
|
558
690
|
"kind": "markdown",
|
|
559
|
-
"value": "\n`<style module>` 태그는 [CSS 모듈](https://github.com/css-modules/css-modules)로 컴파일되고,\n결과적으로 CSS 클래스를 `$style` 키(key) 내부에 객체로 컴포넌트에 노출합니다:\n\n```vue\n<template>\n <p :class=\"$style.red\">이것은 빨간색이어야 합니다.</p>\n</template>\n\n<style module>\n.red {\n color: red;\n}\n</style>\n```\n\n결과적인 클래스는 충돌을 피하기 위해 해시되어,\nCSS 범위를 현재 컴포넌트로만 지정하는 것과 동일한 효과를 얻습니다.\n\n[전역 예외](https://github.com/css-modules/css-modules#exceptions), [
|
|
691
|
+
"value": "\n`<style module>` 태그는 [CSS 모듈](https://github.com/css-modules/css-modules)로 컴파일되고,\n결과적으로 CSS 클래스를 `$style` 키(key) 내부에 객체로 컴포넌트에 노출합니다:\n\n```vue\n<template>\n <p :class=\"$style.red\">이것은 빨간색이어야 합니다.</p>\n</template>\n\n<style module>\n.red {\n color: red;\n}\n</style>\n```\n\n결과적인 클래스는 충돌을 피하기 위해 해시되어,\nCSS 범위를 현재 컴포넌트로만 지정하는 것과 동일한 효과를 얻습니다.\n\n[전역 예외](https://github.com/css-modules/css-modules/blob/master/docs/composition.md#exceptions), [컴포지션](https://github.com/css-modules/css-modules/blob/master/docs/composition.md#composition) 등의 자세한 사항은 [CSS 모듈 스팩](https://github.com/css-modules/css-modules)을 참고하십시오.\n\n### 커스텀 이름 삽입 \n\n`module` 속성에 값을 지정하여,\n주입된 클래스 객체의 속성 키를 커스텀할 수 있습니다:\n\n```vue\n<template>\n <p :class=\"classes.red\">red</p>\n</template>\n\n<style module=\"classes\">\n.red {\n color: red;\n}\n</style>\n```\n\n### 컴포지션 API와 함께 사용 \n\n주입된 클래스는 `useCssModule` API를 통해 `setup()` 및 `<script setup>`에서 접근할 수 있습니다.\n커스텀 주입 이름이 있는 `<style module>` 블록의 경우 `useCssModule`은 일치하는 `module` 속성 값을 첫 번째 인자로 받습니다:\n\n```js\nimport { useCssModule } from 'vue'\n\n// setup() 내부에서...\n// 기본값은, <style module>의 클래스 반환\nuseCssModule()\n\n// 이름을 지정한 경우, <style module=\"classes\">의 클래스 반환\nuseCssModule('classes')\n```\n"
|
|
560
692
|
},
|
|
561
693
|
"references": [
|
|
562
694
|
{
|
|
@@ -594,6 +726,18 @@
|
|
|
594
726
|
{
|
|
595
727
|
"name": "it",
|
|
596
728
|
"url": "https://it.vuejs.org/api/sfc-css-features.html#css-modules"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "cs",
|
|
732
|
+
"url": "https://cs.vuejs.org/api/sfc-css-features.html#css-modules"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "ru",
|
|
736
|
+
"url": "https://ru.vuejs.org/api/sfc-css-features.html#css-modules"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"name": "fa",
|
|
740
|
+
"url": "https://fa.vuejs.org/api/sfc-css-features.html#css-modules"
|
|
597
741
|
}
|
|
598
742
|
]
|
|
599
743
|
}
|
|
@@ -638,6 +782,18 @@
|
|
|
638
782
|
{
|
|
639
783
|
"name": "it",
|
|
640
784
|
"url": "https://it.vuejs.org/api/sfc-spec.html#style"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "cs",
|
|
788
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#style"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"name": "ru",
|
|
792
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#style"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "fa",
|
|
796
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#style"
|
|
641
797
|
}
|
|
642
798
|
]
|
|
643
799
|
},
|
|
@@ -686,6 +842,18 @@
|
|
|
686
842
|
{
|
|
687
843
|
"name": "it",
|
|
688
844
|
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"name": "cs",
|
|
848
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#src-imports"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "ru",
|
|
852
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#src-imports"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"name": "fa",
|
|
856
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#src-imports"
|
|
689
857
|
}
|
|
690
858
|
]
|
|
691
859
|
}
|
|
@@ -730,6 +898,18 @@
|
|
|
730
898
|
{
|
|
731
899
|
"name": "it",
|
|
732
900
|
"url": "https://it.vuejs.org/api/sfc-spec.html#커스텀-블럭"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "cs",
|
|
904
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#커스텀-블럭"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"name": "ru",
|
|
908
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#커스텀-블럭"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "fa",
|
|
912
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#커스텀-블럭"
|
|
733
913
|
}
|
|
734
914
|
]
|
|
735
915
|
}
|
|
@@ -778,6 +958,18 @@
|
|
|
778
958
|
{
|
|
779
959
|
"name": "it",
|
|
780
960
|
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "cs",
|
|
964
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "ru",
|
|
968
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "fa",
|
|
972
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
781
973
|
}
|
|
782
974
|
]
|
|
783
975
|
},
|
|
@@ -823,6 +1015,18 @@
|
|
|
823
1015
|
{
|
|
824
1016
|
"name": "it",
|
|
825
1017
|
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "cs",
|
|
1021
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#src-imports"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "ru",
|
|
1025
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#src-imports"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"name": "fa",
|
|
1029
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#src-imports"
|
|
826
1030
|
}
|
|
827
1031
|
]
|
|
828
1032
|
}
|
|
@@ -46,6 +46,18 @@
|
|
|
46
46
|
{
|
|
47
47
|
"name": "it",
|
|
48
48
|
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "cs",
|
|
52
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#src-imports"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "ru",
|
|
56
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#src-imports"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "fa",
|
|
60
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#src-imports"
|
|
49
61
|
}
|
|
50
62
|
]
|
|
51
63
|
},
|
|
@@ -99,6 +111,18 @@
|
|
|
99
111
|
{
|
|
100
112
|
"name": "it",
|
|
101
113
|
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "cs",
|
|
117
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "ru",
|
|
121
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "fa",
|
|
125
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
102
126
|
}
|
|
103
127
|
]
|
|
104
128
|
}
|
|
@@ -143,6 +167,18 @@
|
|
|
143
167
|
{
|
|
144
168
|
"name": "it",
|
|
145
169
|
"url": "https://it.vuejs.org/api/sfc-spec.html#template"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "cs",
|
|
173
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#template"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "ru",
|
|
177
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#template"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "fa",
|
|
181
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#template"
|
|
146
182
|
}
|
|
147
183
|
]
|
|
148
184
|
},
|
|
@@ -191,6 +227,18 @@
|
|
|
191
227
|
{
|
|
192
228
|
"name": "it",
|
|
193
229
|
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "cs",
|
|
233
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#src-imports"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "ru",
|
|
237
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#src-imports"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "fa",
|
|
241
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#src-imports"
|
|
194
242
|
}
|
|
195
243
|
]
|
|
196
244
|
},
|
|
@@ -250,6 +298,18 @@
|
|
|
250
298
|
{
|
|
251
299
|
"name": "it",
|
|
252
300
|
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "cs",
|
|
304
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"name": "ru",
|
|
308
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "fa",
|
|
312
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
253
313
|
}
|
|
254
314
|
]
|
|
255
315
|
},
|
|
@@ -299,6 +359,18 @@
|
|
|
299
359
|
{
|
|
300
360
|
"name": "it",
|
|
301
361
|
"url": "https://it.vuejs.org/api/sfc-spec.html#script-setup"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"name": "cs",
|
|
365
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#script-setup"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "ru",
|
|
369
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#script-setup"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"name": "fa",
|
|
373
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#script-setup"
|
|
302
374
|
}
|
|
303
375
|
]
|
|
304
376
|
}
|
|
@@ -343,6 +415,18 @@
|
|
|
343
415
|
{
|
|
344
416
|
"name": "it",
|
|
345
417
|
"url": "https://it.vuejs.org/api/sfc-spec.html#script"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "cs",
|
|
421
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#script"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "ru",
|
|
425
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#script"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"name": "fa",
|
|
429
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#script"
|
|
346
430
|
}
|
|
347
431
|
]
|
|
348
432
|
},
|
|
@@ -389,6 +473,18 @@
|
|
|
389
473
|
{
|
|
390
474
|
"name": "it",
|
|
391
475
|
"url": "https://it.vuejs.org/api/sfc-spec.html#script-setup"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"name": "cs",
|
|
479
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#script-setup"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "ru",
|
|
483
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#script-setup"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"name": "fa",
|
|
487
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#script-setup"
|
|
392
488
|
}
|
|
393
489
|
]
|
|
394
490
|
},
|
|
@@ -437,6 +533,18 @@
|
|
|
437
533
|
{
|
|
438
534
|
"name": "it",
|
|
439
535
|
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "cs",
|
|
539
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#src-imports"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "ru",
|
|
543
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#src-imports"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "fa",
|
|
547
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#src-imports"
|
|
440
548
|
}
|
|
441
549
|
]
|
|
442
550
|
},
|
|
@@ -502,6 +610,18 @@
|
|
|
502
610
|
{
|
|
503
611
|
"name": "it",
|
|
504
612
|
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "cs",
|
|
616
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "ru",
|
|
620
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"name": "fa",
|
|
624
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
505
625
|
}
|
|
506
626
|
]
|
|
507
627
|
},
|
|
@@ -548,6 +668,18 @@
|
|
|
548
668
|
{
|
|
549
669
|
"name": "it",
|
|
550
670
|
"url": "https://it.vuejs.org/api/sfc-css-features.html#scoped-css"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "cs",
|
|
674
|
+
"url": "https://cs.vuejs.org/api/sfc-css-features.html#scoped-css"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "ru",
|
|
678
|
+
"url": "https://ru.vuejs.org/api/sfc-css-features.html#scoped-css"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "fa",
|
|
682
|
+
"url": "https://fa.vuejs.org/api/sfc-css-features.html#scoped-css"
|
|
551
683
|
}
|
|
552
684
|
]
|
|
553
685
|
},
|
|
@@ -594,6 +726,18 @@
|
|
|
594
726
|
{
|
|
595
727
|
"name": "it",
|
|
596
728
|
"url": "https://it.vuejs.org/api/sfc-css-features.html#css-modules"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "cs",
|
|
732
|
+
"url": "https://cs.vuejs.org/api/sfc-css-features.html#css-modules"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "ru",
|
|
736
|
+
"url": "https://ru.vuejs.org/api/sfc-css-features.html#css-modules"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"name": "fa",
|
|
740
|
+
"url": "https://fa.vuejs.org/api/sfc-css-features.html#css-modules"
|
|
597
741
|
}
|
|
598
742
|
]
|
|
599
743
|
}
|
|
@@ -638,6 +782,18 @@
|
|
|
638
782
|
{
|
|
639
783
|
"name": "it",
|
|
640
784
|
"url": "https://it.vuejs.org/api/sfc-spec.html#style"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "cs",
|
|
788
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#style"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"name": "ru",
|
|
792
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#style"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "fa",
|
|
796
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#style"
|
|
641
797
|
}
|
|
642
798
|
]
|
|
643
799
|
},
|
|
@@ -686,6 +842,18 @@
|
|
|
686
842
|
{
|
|
687
843
|
"name": "it",
|
|
688
844
|
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"name": "cs",
|
|
848
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#src-imports"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "ru",
|
|
852
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#src-imports"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"name": "fa",
|
|
856
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#src-imports"
|
|
689
857
|
}
|
|
690
858
|
]
|
|
691
859
|
}
|
|
@@ -730,6 +898,18 @@
|
|
|
730
898
|
{
|
|
731
899
|
"name": "it",
|
|
732
900
|
"url": "https://it.vuejs.org/api/sfc-spec.html#blocos-personalizados"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "cs",
|
|
904
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#blocos-personalizados"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"name": "ru",
|
|
908
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#blocos-personalizados"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "fa",
|
|
912
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#blocos-personalizados"
|
|
733
913
|
}
|
|
734
914
|
]
|
|
735
915
|
}
|
|
@@ -778,6 +958,18 @@
|
|
|
778
958
|
{
|
|
779
959
|
"name": "it",
|
|
780
960
|
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "cs",
|
|
964
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "ru",
|
|
968
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "fa",
|
|
972
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#pre-processors"
|
|
781
973
|
}
|
|
782
974
|
]
|
|
783
975
|
},
|
|
@@ -823,6 +1015,18 @@
|
|
|
823
1015
|
{
|
|
824
1016
|
"name": "it",
|
|
825
1017
|
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "cs",
|
|
1021
|
+
"url": "https://cs.vuejs.org/api/sfc-spec.html#src-imports"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "ru",
|
|
1025
|
+
"url": "https://ru.vuejs.org/api/sfc-spec.html#src-imports"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"name": "fa",
|
|
1029
|
+
"url": "https://fa.vuejs.org/api/sfc-spec.html#src-imports"
|
|
826
1030
|
}
|
|
827
1031
|
]
|
|
828
1032
|
}
|