@vue/language-service 2.0.18 → 2.0.20

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.
Files changed (56) hide show
  1. package/data/language-blocks/cs.json +69 -1
  2. package/data/language-blocks/en.json +69 -1
  3. package/data/language-blocks/fr.json +69 -1
  4. package/data/language-blocks/it.json +68 -0
  5. package/data/language-blocks/ja.json +69 -1
  6. package/data/language-blocks/ko.json +70 -2
  7. package/data/language-blocks/pt.json +68 -0
  8. package/data/language-blocks/ru.json +69 -1
  9. package/data/language-blocks/zh-cn.json +69 -1
  10. package/data/language-blocks/zh-hk.json +1102 -0
  11. package/data/model-modifiers/cs.json +12 -0
  12. package/data/model-modifiers/en.json +12 -0
  13. package/data/model-modifiers/fr.json +12 -0
  14. package/data/model-modifiers/it.json +12 -0
  15. package/data/model-modifiers/ja.json +12 -0
  16. package/data/model-modifiers/ko.json +12 -0
  17. package/data/model-modifiers/pt.json +12 -0
  18. package/data/model-modifiers/ru.json +12 -0
  19. package/data/model-modifiers/zh-cn.json +12 -0
  20. package/data/model-modifiers/zh-hk.json +188 -0
  21. package/data/template/cs.json +104 -0
  22. package/data/template/en.json +104 -0
  23. package/data/template/fr.json +104 -0
  24. package/data/template/it.json +104 -0
  25. package/data/template/ja.json +104 -0
  26. package/data/template/ko.json +105 -1
  27. package/data/template/pt.json +104 -0
  28. package/data/template/ru.json +104 -0
  29. package/data/template/zh-cn.json +104 -0
  30. package/data/template/zh-hk.json +1602 -0
  31. package/index.d.ts +3 -3
  32. package/index.js +8 -9
  33. package/lib/ideFeatures/nameCasing.d.ts +6 -5
  34. package/lib/ideFeatures/nameCasing.js +2 -2
  35. package/lib/plugins/css.js +2 -2
  36. package/lib/plugins/data.js +9 -0
  37. package/lib/plugins/vue-autoinsert-dotvalue.d.ts +2 -2
  38. package/lib/plugins/vue-autoinsert-dotvalue.js +17 -7
  39. package/lib/plugins/vue-autoinsert-space.js +7 -1
  40. package/lib/plugins/vue-codelens-references.d.ts +2 -0
  41. package/lib/plugins/vue-codelens-references.js +42 -0
  42. package/lib/plugins/vue-directive-comments.js +5 -1
  43. package/lib/plugins/vue-document-drop.d.ts +2 -2
  44. package/lib/plugins/vue-document-drop.js +12 -6
  45. package/lib/plugins/vue-document-links.js +6 -3
  46. package/lib/plugins/vue-extract-file.d.ts +2 -2
  47. package/lib/plugins/vue-extract-file.js +11 -4
  48. package/lib/plugins/vue-sfc.js +4 -3
  49. package/lib/plugins/vue-template.d.ts +2 -2
  50. package/lib/plugins/vue-template.js +155 -132
  51. package/lib/plugins/vue-toggle-v-bind-codeaction.js +7 -1
  52. package/lib/plugins/vue-twoslash-queries.d.ts +2 -2
  53. package/lib/plugins/vue-twoslash-queries.js +6 -2
  54. package/lib/plugins/vue-visualize-hidden-callback-param.js +5 -1
  55. package/package.json +16 -16
  56. package/scripts/update-html-data.js +6 -0
@@ -17,6 +17,10 @@
17
17
  "name": "zh-cn",
18
18
  "url": "https://cn.vuejs.org/api/built-in-components.html#transition"
19
19
  },
20
+ {
21
+ "name": "zh-hk",
22
+ "url": "https://zh-hk.vuejs.org/api/built-in-components.html#transition"
23
+ },
20
24
  {
21
25
  "name": "ja",
22
26
  "url": "https://ja.vuejs.org/api/built-in-components.html#transition"
@@ -75,6 +79,10 @@
75
79
  "name": "zh-cn",
76
80
  "url": "https://cn.vuejs.org/api/built-in-components.html#transitiongroup"
77
81
  },
82
+ {
83
+ "name": "zh-hk",
84
+ "url": "https://zh-hk.vuejs.org/api/built-in-components.html#transitiongroup"
85
+ },
78
86
  {
79
87
  "name": "ja",
80
88
  "url": "https://ja.vuejs.org/api/built-in-components.html#transitiongroup"
@@ -133,6 +141,10 @@
133
141
  "name": "zh-cn",
134
142
  "url": "https://cn.vuejs.org/api/built-in-components.html#keepalive"
135
143
  },
144
+ {
145
+ "name": "zh-hk",
146
+ "url": "https://zh-hk.vuejs.org/api/built-in-components.html#keepalive"
147
+ },
136
148
  {
137
149
  "name": "ja",
138
150
  "url": "https://ja.vuejs.org/api/built-in-components.html#keepalive"
@@ -191,6 +203,10 @@
191
203
  "name": "zh-cn",
192
204
  "url": "https://cn.vuejs.org/api/built-in-components.html#teleport"
193
205
  },
206
+ {
207
+ "name": "zh-hk",
208
+ "url": "https://zh-hk.vuejs.org/api/built-in-components.html#teleport"
209
+ },
194
210
  {
195
211
  "name": "ja",
196
212
  "url": "https://ja.vuejs.org/api/built-in-components.html#teleport"
@@ -249,6 +265,10 @@
249
265
  "name": "zh-cn",
250
266
  "url": "https://cn.vuejs.org/api/built-in-components.html#suspense"
251
267
  },
268
+ {
269
+ "name": "zh-hk",
270
+ "url": "https://zh-hk.vuejs.org/api/built-in-components.html#suspense"
271
+ },
252
272
  {
253
273
  "name": "ja",
254
274
  "url": "https://ja.vuejs.org/api/built-in-components.html#suspense"
@@ -307,6 +327,10 @@
307
327
  "name": "zh-cn",
308
328
  "url": "https://cn.vuejs.org/api/built-in-special-elements.html#component"
309
329
  },
330
+ {
331
+ "name": "zh-hk",
332
+ "url": "https://zh-hk.vuejs.org/api/built-in-special-elements.html#component"
333
+ },
310
334
  {
311
335
  "name": "ja",
312
336
  "url": "https://ja.vuejs.org/api/built-in-special-elements.html#component"
@@ -365,6 +389,10 @@
365
389
  "name": "zh-cn",
366
390
  "url": "https://cn.vuejs.org/api/built-in-special-elements.html#slot"
367
391
  },
392
+ {
393
+ "name": "zh-hk",
394
+ "url": "https://zh-hk.vuejs.org/api/built-in-special-elements.html#slot"
395
+ },
368
396
  {
369
397
  "name": "ja",
370
398
  "url": "https://ja.vuejs.org/api/built-in-special-elements.html#slot"
@@ -423,6 +451,10 @@
423
451
  "name": "zh-cn",
424
452
  "url": "https://cn.vuejs.org/api/built-in-special-elements.html#template"
425
453
  },
454
+ {
455
+ "name": "zh-hk",
456
+ "url": "https://zh-hk.vuejs.org/api/built-in-special-elements.html#template"
457
+ },
426
458
  {
427
459
  "name": "ja",
428
460
  "url": "https://ja.vuejs.org/api/built-in-special-elements.html#template"
@@ -482,6 +514,10 @@
482
514
  "name": "zh-cn",
483
515
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-text"
484
516
  },
517
+ {
518
+ "name": "zh-hk",
519
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-text"
520
+ },
485
521
  {
486
522
  "name": "ja",
487
523
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-text"
@@ -539,6 +575,10 @@
539
575
  "name": "zh-cn",
540
576
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-html"
541
577
  },
578
+ {
579
+ "name": "zh-hk",
580
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-html"
581
+ },
542
582
  {
543
583
  "name": "ja",
544
584
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-html"
@@ -596,6 +636,10 @@
596
636
  "name": "zh-cn",
597
637
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-show"
598
638
  },
639
+ {
640
+ "name": "zh-hk",
641
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-show"
642
+ },
599
643
  {
600
644
  "name": "ja",
601
645
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-show"
@@ -653,6 +697,10 @@
653
697
  "name": "zh-cn",
654
698
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-if"
655
699
  },
700
+ {
701
+ "name": "zh-hk",
702
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-if"
703
+ },
656
704
  {
657
705
  "name": "ja",
658
706
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-if"
@@ -711,6 +759,10 @@
711
759
  "name": "zh-cn",
712
760
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-else"
713
761
  },
762
+ {
763
+ "name": "zh-hk",
764
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-else"
765
+ },
714
766
  {
715
767
  "name": "ja",
716
768
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-else"
@@ -768,6 +820,10 @@
768
820
  "name": "zh-cn",
769
821
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-else-if"
770
822
  },
823
+ {
824
+ "name": "zh-hk",
825
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-else-if"
826
+ },
771
827
  {
772
828
  "name": "ja",
773
829
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-else-if"
@@ -825,6 +881,10 @@
825
881
  "name": "zh-cn",
826
882
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-for"
827
883
  },
884
+ {
885
+ "name": "zh-hk",
886
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-for"
887
+ },
828
888
  {
829
889
  "name": "ja",
830
890
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-for"
@@ -882,6 +942,10 @@
882
942
  "name": "zh-cn",
883
943
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-on"
884
944
  },
945
+ {
946
+ "name": "zh-hk",
947
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-on"
948
+ },
885
949
  {
886
950
  "name": "ja",
887
951
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-on"
@@ -939,6 +1003,10 @@
939
1003
  "name": "zh-cn",
940
1004
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-bind"
941
1005
  },
1006
+ {
1007
+ "name": "zh-hk",
1008
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-bind"
1009
+ },
942
1010
  {
943
1011
  "name": "ja",
944
1012
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-bind"
@@ -996,6 +1064,10 @@
996
1064
  "name": "zh-cn",
997
1065
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-model"
998
1066
  },
1067
+ {
1068
+ "name": "zh-hk",
1069
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-model"
1070
+ },
999
1071
  {
1000
1072
  "name": "ja",
1001
1073
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-model"
@@ -1053,6 +1125,10 @@
1053
1125
  "name": "zh-cn",
1054
1126
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-slot"
1055
1127
  },
1128
+ {
1129
+ "name": "zh-hk",
1130
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-slot"
1131
+ },
1056
1132
  {
1057
1133
  "name": "ja",
1058
1134
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-slot"
@@ -1110,6 +1186,10 @@
1110
1186
  "name": "zh-cn",
1111
1187
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-pre"
1112
1188
  },
1189
+ {
1190
+ "name": "zh-hk",
1191
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-pre"
1192
+ },
1113
1193
  {
1114
1194
  "name": "ja",
1115
1195
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-pre"
@@ -1167,6 +1247,10 @@
1167
1247
  "name": "zh-cn",
1168
1248
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-once"
1169
1249
  },
1250
+ {
1251
+ "name": "zh-hk",
1252
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-once"
1253
+ },
1170
1254
  {
1171
1255
  "name": "ja",
1172
1256
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-once"
@@ -1224,6 +1308,10 @@
1224
1308
  "name": "zh-cn",
1225
1309
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-memo"
1226
1310
  },
1311
+ {
1312
+ "name": "zh-hk",
1313
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-memo"
1314
+ },
1227
1315
  {
1228
1316
  "name": "ja",
1229
1317
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-memo"
@@ -1281,6 +1369,10 @@
1281
1369
  "name": "zh-cn",
1282
1370
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-cloak"
1283
1371
  },
1372
+ {
1373
+ "name": "zh-hk",
1374
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-cloak"
1375
+ },
1284
1376
  {
1285
1377
  "name": "ja",
1286
1378
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-cloak"
@@ -1338,6 +1430,10 @@
1338
1430
  "name": "zh-cn",
1339
1431
  "url": "https://cn.vuejs.org/api/built-in-special-attributes.html#key"
1340
1432
  },
1433
+ {
1434
+ "name": "zh-hk",
1435
+ "url": "https://zh-hk.vuejs.org/api/built-in-special-attributes.html#key"
1436
+ },
1341
1437
  {
1342
1438
  "name": "ja",
1343
1439
  "url": "https://ja.vuejs.org/api/built-in-special-attributes.html#key"
@@ -1395,6 +1491,10 @@
1395
1491
  "name": "zh-cn",
1396
1492
  "url": "https://cn.vuejs.org/api/built-in-special-attributes.html#ref"
1397
1493
  },
1494
+ {
1495
+ "name": "zh-hk",
1496
+ "url": "https://zh-hk.vuejs.org/api/built-in-special-attributes.html#ref"
1497
+ },
1398
1498
  {
1399
1499
  "name": "ja",
1400
1500
  "url": "https://ja.vuejs.org/api/built-in-special-attributes.html#ref"
@@ -1452,6 +1552,10 @@
1452
1552
  "name": "zh-cn",
1453
1553
  "url": "https://cn.vuejs.org/api/built-in-special-attributes.html#is"
1454
1554
  },
1555
+ {
1556
+ "name": "zh-hk",
1557
+ "url": "https://zh-hk.vuejs.org/api/built-in-special-attributes.html#is"
1558
+ },
1455
1559
  {
1456
1560
  "name": "ja",
1457
1561
  "url": "https://ja.vuejs.org/api/built-in-special-attributes.html#is"
@@ -17,6 +17,10 @@
17
17
  "name": "zh-cn",
18
18
  "url": "https://cn.vuejs.org/api/built-in-components.html#transition"
19
19
  },
20
+ {
21
+ "name": "zh-hk",
22
+ "url": "https://zh-hk.vuejs.org/api/built-in-components.html#transition"
23
+ },
20
24
  {
21
25
  "name": "ja",
22
26
  "url": "https://ja.vuejs.org/api/built-in-components.html#transition"
@@ -75,6 +79,10 @@
75
79
  "name": "zh-cn",
76
80
  "url": "https://cn.vuejs.org/api/built-in-components.html#transitiongroup"
77
81
  },
82
+ {
83
+ "name": "zh-hk",
84
+ "url": "https://zh-hk.vuejs.org/api/built-in-components.html#transitiongroup"
85
+ },
78
86
  {
79
87
  "name": "ja",
80
88
  "url": "https://ja.vuejs.org/api/built-in-components.html#transitiongroup"
@@ -133,6 +141,10 @@
133
141
  "name": "zh-cn",
134
142
  "url": "https://cn.vuejs.org/api/built-in-components.html#keepalive"
135
143
  },
144
+ {
145
+ "name": "zh-hk",
146
+ "url": "https://zh-hk.vuejs.org/api/built-in-components.html#keepalive"
147
+ },
136
148
  {
137
149
  "name": "ja",
138
150
  "url": "https://ja.vuejs.org/api/built-in-components.html#keepalive"
@@ -191,6 +203,10 @@
191
203
  "name": "zh-cn",
192
204
  "url": "https://cn.vuejs.org/api/built-in-components.html#teleport"
193
205
  },
206
+ {
207
+ "name": "zh-hk",
208
+ "url": "https://zh-hk.vuejs.org/api/built-in-components.html#teleport"
209
+ },
194
210
  {
195
211
  "name": "ja",
196
212
  "url": "https://ja.vuejs.org/api/built-in-components.html#teleport"
@@ -249,6 +265,10 @@
249
265
  "name": "zh-cn",
250
266
  "url": "https://cn.vuejs.org/api/built-in-components.html#suspense"
251
267
  },
268
+ {
269
+ "name": "zh-hk",
270
+ "url": "https://zh-hk.vuejs.org/api/built-in-components.html#suspense"
271
+ },
252
272
  {
253
273
  "name": "ja",
254
274
  "url": "https://ja.vuejs.org/api/built-in-components.html#suspense"
@@ -307,6 +327,10 @@
307
327
  "name": "zh-cn",
308
328
  "url": "https://cn.vuejs.org/api/built-in-special-elements.html#component"
309
329
  },
330
+ {
331
+ "name": "zh-hk",
332
+ "url": "https://zh-hk.vuejs.org/api/built-in-special-elements.html#component"
333
+ },
310
334
  {
311
335
  "name": "ja",
312
336
  "url": "https://ja.vuejs.org/api/built-in-special-elements.html#component"
@@ -365,6 +389,10 @@
365
389
  "name": "zh-cn",
366
390
  "url": "https://cn.vuejs.org/api/built-in-special-elements.html#slot"
367
391
  },
392
+ {
393
+ "name": "zh-hk",
394
+ "url": "https://zh-hk.vuejs.org/api/built-in-special-elements.html#slot"
395
+ },
368
396
  {
369
397
  "name": "ja",
370
398
  "url": "https://ja.vuejs.org/api/built-in-special-elements.html#slot"
@@ -423,6 +451,10 @@
423
451
  "name": "zh-cn",
424
452
  "url": "https://cn.vuejs.org/api/built-in-special-elements.html#template"
425
453
  },
454
+ {
455
+ "name": "zh-hk",
456
+ "url": "https://zh-hk.vuejs.org/api/built-in-special-elements.html#template"
457
+ },
426
458
  {
427
459
  "name": "ja",
428
460
  "url": "https://ja.vuejs.org/api/built-in-special-elements.html#template"
@@ -482,6 +514,10 @@
482
514
  "name": "zh-cn",
483
515
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-text"
484
516
  },
517
+ {
518
+ "name": "zh-hk",
519
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-text"
520
+ },
485
521
  {
486
522
  "name": "ja",
487
523
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-text"
@@ -539,6 +575,10 @@
539
575
  "name": "zh-cn",
540
576
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-html"
541
577
  },
578
+ {
579
+ "name": "zh-hk",
580
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-html"
581
+ },
542
582
  {
543
583
  "name": "ja",
544
584
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-html"
@@ -596,6 +636,10 @@
596
636
  "name": "zh-cn",
597
637
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-show"
598
638
  },
639
+ {
640
+ "name": "zh-hk",
641
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-show"
642
+ },
599
643
  {
600
644
  "name": "ja",
601
645
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-show"
@@ -653,6 +697,10 @@
653
697
  "name": "zh-cn",
654
698
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-if"
655
699
  },
700
+ {
701
+ "name": "zh-hk",
702
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-if"
703
+ },
656
704
  {
657
705
  "name": "ja",
658
706
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-if"
@@ -711,6 +759,10 @@
711
759
  "name": "zh-cn",
712
760
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-else"
713
761
  },
762
+ {
763
+ "name": "zh-hk",
764
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-else"
765
+ },
714
766
  {
715
767
  "name": "ja",
716
768
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-else"
@@ -768,6 +820,10 @@
768
820
  "name": "zh-cn",
769
821
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-else-if"
770
822
  },
823
+ {
824
+ "name": "zh-hk",
825
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-else-if"
826
+ },
771
827
  {
772
828
  "name": "ja",
773
829
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-else-if"
@@ -825,6 +881,10 @@
825
881
  "name": "zh-cn",
826
882
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-for"
827
883
  },
884
+ {
885
+ "name": "zh-hk",
886
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-for"
887
+ },
828
888
  {
829
889
  "name": "ja",
830
890
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-for"
@@ -882,6 +942,10 @@
882
942
  "name": "zh-cn",
883
943
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-on"
884
944
  },
945
+ {
946
+ "name": "zh-hk",
947
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-on"
948
+ },
885
949
  {
886
950
  "name": "ja",
887
951
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-on"
@@ -939,6 +1003,10 @@
939
1003
  "name": "zh-cn",
940
1004
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-bind"
941
1005
  },
1006
+ {
1007
+ "name": "zh-hk",
1008
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-bind"
1009
+ },
942
1010
  {
943
1011
  "name": "ja",
944
1012
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-bind"
@@ -996,6 +1064,10 @@
996
1064
  "name": "zh-cn",
997
1065
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-model"
998
1066
  },
1067
+ {
1068
+ "name": "zh-hk",
1069
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-model"
1070
+ },
999
1071
  {
1000
1072
  "name": "ja",
1001
1073
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-model"
@@ -1053,6 +1125,10 @@
1053
1125
  "name": "zh-cn",
1054
1126
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-slot"
1055
1127
  },
1128
+ {
1129
+ "name": "zh-hk",
1130
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-slot"
1131
+ },
1056
1132
  {
1057
1133
  "name": "ja",
1058
1134
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-slot"
@@ -1110,6 +1186,10 @@
1110
1186
  "name": "zh-cn",
1111
1187
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-pre"
1112
1188
  },
1189
+ {
1190
+ "name": "zh-hk",
1191
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-pre"
1192
+ },
1113
1193
  {
1114
1194
  "name": "ja",
1115
1195
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-pre"
@@ -1167,6 +1247,10 @@
1167
1247
  "name": "zh-cn",
1168
1248
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-once"
1169
1249
  },
1250
+ {
1251
+ "name": "zh-hk",
1252
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-once"
1253
+ },
1170
1254
  {
1171
1255
  "name": "ja",
1172
1256
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-once"
@@ -1224,6 +1308,10 @@
1224
1308
  "name": "zh-cn",
1225
1309
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-memo"
1226
1310
  },
1311
+ {
1312
+ "name": "zh-hk",
1313
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-memo"
1314
+ },
1227
1315
  {
1228
1316
  "name": "ja",
1229
1317
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-memo"
@@ -1281,6 +1369,10 @@
1281
1369
  "name": "zh-cn",
1282
1370
  "url": "https://cn.vuejs.org/api/built-in-directives.html#v-cloak"
1283
1371
  },
1372
+ {
1373
+ "name": "zh-hk",
1374
+ "url": "https://zh-hk.vuejs.org/api/built-in-directives.html#v-cloak"
1375
+ },
1284
1376
  {
1285
1377
  "name": "ja",
1286
1378
  "url": "https://ja.vuejs.org/api/built-in-directives.html#v-cloak"
@@ -1338,6 +1430,10 @@
1338
1430
  "name": "zh-cn",
1339
1431
  "url": "https://cn.vuejs.org/api/built-in-special-attributes.html#key"
1340
1432
  },
1433
+ {
1434
+ "name": "zh-hk",
1435
+ "url": "https://zh-hk.vuejs.org/api/built-in-special-attributes.html#key"
1436
+ },
1341
1437
  {
1342
1438
  "name": "ja",
1343
1439
  "url": "https://ja.vuejs.org/api/built-in-special-attributes.html#key"
@@ -1395,6 +1491,10 @@
1395
1491
  "name": "zh-cn",
1396
1492
  "url": "https://cn.vuejs.org/api/built-in-special-attributes.html#ref"
1397
1493
  },
1494
+ {
1495
+ "name": "zh-hk",
1496
+ "url": "https://zh-hk.vuejs.org/api/built-in-special-attributes.html#ref"
1497
+ },
1398
1498
  {
1399
1499
  "name": "ja",
1400
1500
  "url": "https://ja.vuejs.org/api/built-in-special-attributes.html#ref"
@@ -1452,6 +1552,10 @@
1452
1552
  "name": "zh-cn",
1453
1553
  "url": "https://cn.vuejs.org/api/built-in-special-attributes.html#is"
1454
1554
  },
1555
+ {
1556
+ "name": "zh-hk",
1557
+ "url": "https://zh-hk.vuejs.org/api/built-in-special-attributes.html#is"
1558
+ },
1455
1559
  {
1456
1560
  "name": "ja",
1457
1561
  "url": "https://ja.vuejs.org/api/built-in-special-attributes.html#is"