1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| {
| "i18n": {
| "attributes": [
| "path",
| "locale",
| "tag",
| "places"
| ],
| "description": "This is a functional component that can be used when HTML interpolation is needed.\n\nhttp://kazupon.github.io/vue-i18n/guide/interpolation.html#basic-usage"
| },
| "i18n-n": {
| "attributes": [
| "value",
| "format",
| "locale",
| "tag"
| ],
| "description": "This functional component provides a way to use HTML interpolation in pair with number formatting.\n\nhttp://kazupon.github.io/vue-i18n/guide/number.html#custom-formatting"
| }
| }
|
|