Skip to content

Commit ff099e2

Browse files
committed
update
1 parent 0b91691 commit ff099e2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,11 @@ console.log(await renderToString(app))
9696

9797
You can pre-translation i18n locale messages of vue-i18n.
9898

99-
> [!WARNING] **Only the global scope** i18n locale messages can be pre-translated !!
99+
> [!WARNING]
100+
> Only the global scope i18n locale messages can be pre-translated !!
100101
101-
> [!WARNING] only `v-t` custom directive is supported !!
102+
> [!WARNING]
103+
> only `v-t` custom directive is supported !!
102104
103105
In order to use this feature, you need to specify to Vue compiler option.
104106
The following example that use `compile` of `@vue/compiler-dom`:

0 commit comments

Comments
 (0)