yangan
2024-11-12 3eaf9655d591907e14e0d0c3ee82cba06210ca97
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
{
  "i18n/path" : {
    "description": "[required]\nKeypath of the locale message",
    "type": "string"
  },
  "i18n/locale" : {
    "description": "[optional]\nLocale to be used in this translation",
    "type": "string"
  },
  "i18n/tag" : {
    "description": "[optional]\nWhich tag to render, default is \"span\"",
    "type": "string"
  },
  "i18n/places": {
    "description": "[optional after v8.14]\nWill be removed in the next major version, use the slot syntax instead\n\nhttp://kazupon.github.io/vue-i18n/guide/interpolation.html#slots-syntax-usage",
    "type": "array|object"
  },
  "i18n-n/value" : {
    "description": "[required]\nNumber to be used in formatting",
    "type": "number"
  },
  "i18n-n/format": {
    "description": "[optional]\nNumber format name or object with explicit format options",
    "type": "string|object"
  },
  "i18n-n/locale" : {
    "description": "[optional]\nLocale to be used in this translation",
    "type": "string"
  },
  "i18n-n/tag" : {
    "description": "[optional]\nWhich tag to render, default is `span`",
    "type": "string"
  }
}