Skip to content

Commit 90c1778

Browse files
authored
fix(docs): fix warning note at Getting Started page (#531)
Signed-off-by: Roman Ondráček <[email protected]>
1 parent dd28fee commit 90c1778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ This plugin provides some predefined configs. You can use the following configs
173173
- Array option ... An array of String option and Object option. Useful if you have multiple locale directories.
174174
- `messageSyntaxVersion` (Optional) ... Specify the version of `vue-i18n` you are using. If not specified, the message will be parsed twice. Also, some rules require this setting.
175175

176-
::: warn NOTE
176+
::: warning NOTE
177177

178178
The `localePattern` options does not support SFC i18n custom blocks (`src` attribute), only for resources of files to import when specified in VueI18n's `messages` options (VueI18n v9 and later, `messages` specified in `createI18n`) for resources of files to import.
179179

0 commit comments

Comments
 (0)