You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: vuepress/guide/interpolation.md
+81-2
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ the following output:
85
85
</div>
86
86
```
87
87
88
-
About the above example, see the [example](https://github.com/kazupon/vue-i18n/tree/dev/examples/interpolation)
88
+
About the above example, see the [example](https://github.com/kazupon/vue-i18n/tree/dev/examples/interpolation/places)
89
89
90
90
The children of `i18n` functional component is interpolated with locale message of `path` prop. In the above example,
91
91
:::v-pre
@@ -95,11 +95,90 @@ is interpolated with `term` locale message.
95
95
96
96
In above example, the component interpolation follows the **list formatting**. The children of `i18n` functional component are interpolated by their orders of appearance.
97
97
98
-
## Advanced Usage
98
+
## Slots syntax usage
99
+
100
+
:::tip Support Version
101
+
:new: 8.14+
102
+
:::
103
+
104
+
You use slots syntax with Named formatting then, It's more convenient. For example:
0 commit comments