Skip to content

Commit 25dce2b

Browse files
authored
fix: advanced/sfc - wrong definition of warning container (#772)
1 parent cb43353 commit 25dce2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/sfc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ plugins: [
498498
```
499499

500500

501-
:::warn NOTICE
501+
:::warning NOTICE
502502
The locale messages for global scope defined in i18n custom blocks are available **only composition API mode**. You need to run `useI18n` option to `useScope: 'global'` at `setup`. About details, see the [Composition API](./composition).
503503
:::
504504

0 commit comments

Comments
 (0)