From 8153e6ad035a4f2df52efbd1bb601b6a0d8fb9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Ondr=C3=A1=C4=8Dek?= Date: Sun, 23 Jun 2024 23:32:34 +0200 Subject: [PATCH] fix(docs): fix warning note at Getting Started page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roman Ondráček --- docs/started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/started.md b/docs/started.md index d1f3ec2c..67c92af0 100644 --- a/docs/started.md +++ b/docs/started.md @@ -173,7 +173,7 @@ This plugin provides some predefined configs. You can use the following configs - Array option ... An array of String option and Object option. Useful if you have multiple locale directories. - `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. -::: warn NOTE +::: warning NOTE 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.