Skip to content

Commit 6777e3d

Browse files
authored
Fix #1475: Typo in documentation when referring to translation component (#1476)
1 parent 896b1de commit 6777e3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.ja/api/component.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ See the following items for property about details
257257
```html
258258
<div id="app">
259259
<!-- ... -->
260-
<i18n path="term" tag="label" for="tos">
260+
<i18n-t path="term" tag="label" for="tos">
261261
<a :href="url" target="_blank">{{ $t('tos') }}</a>
262-
</i18n>
262+
</i18n-t>
263263
<!-- ... -->
264264
</div>
265265
```

0 commit comments

Comments
 (0)