We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b91691 commit ff099e2Copy full SHA for ff099e2
README.md
@@ -96,9 +96,11 @@ console.log(await renderToString(app))
96
97
You can pre-translation i18n locale messages of vue-i18n.
98
99
-> [!WARNING] **Only the global scope** i18n locale messages can be pre-translated !!
+> [!WARNING]
100
+> Only the global scope i18n locale messages can be pre-translated !!
101
-> [!WARNING] only `v-t` custom directive is supported !!
102
103
+> only `v-t` custom directive is supported !!
104
105
In order to use this feature, you need to specify to Vue compiler option.
106
The following example that use `compile` of `@vue/compiler-dom`:
0 commit comments