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
Copy file name to clipboardExpand all lines: docs/guide/migration/breaking.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ const ErrorMessage = {
106
106
}
107
107
```
108
108
109
-
In Vue I18n v9 or later, it change to be using `$tm`or`tm`. The following Composition API example:
109
+
In Vue I18n v9 or later, it change to be getting locale messages with `$tm`/`tm`, and to resolve locale messages with `$rt` or `rt`. The following Composition API example:
0 commit comments