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/essentials/datetime.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,11 @@ const i18n = createI18n({
41
41
To localize DateTime value with Vue I18n, use the `$d`.
42
42
43
43
:::warning NOTICE
44
-
Note that the option name is **`datetimeFormats`** in VueI18n v9, not `dateTimeFormats`. about see details [here](../../guide/migration/breaking#rename-to-datetimeformats-from-datetimeformats)
44
+
Note that the option name is **`datetimeFormats`** in VueI18n v9, not `dateTimeFormats`. To learn more details by visiting the [migration guide](../../guide/migration/breaking#rename-to-datetimeformats-from-datetimeformats)
45
45
:::
46
46
47
47
:::tip NOTE
48
-
`$d` has some overloads. About these overloads, see the[API Reference](../../api/injection#d-value)
48
+
`$d` has multiple overloads. You can uncover more information in[API Reference](../../api/injection#d-value)
0 commit comments