Skip to content

Commit 1b1e95c

Browse files
committed
update docs
1 parent 5759595 commit 1b1e95c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/guide/advanced/typescript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ the above codes, by specifying the defined schema as the first type parameter of
143143
144144
:::warning Limitation
145145
- Type safety is not supported for i18n custom blocks in SFC. We'll plan to support it in the future.
146+
- Currently support for `JSON` format only.
146147
:::
147148
148149
The code described so far is available as [example](https://github.com/intlify/vue-i18n-next/tree/master/examples/type-safe). Let's check it!

docs/ja/guide/advanced/typescript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ export default defineComponent({
144144
145145
:::warning Limitation
146146
- Type safety is not supported for i18n custom blocks in SFC. We'll plan to support it in the future.
147+
- Currently support for `JSON` format only.
147148
:::
148149
149150
これまで説明したコードは、[example](https://github.com/intlify/vue-i18n-next/tree/master/examples/type-safe) として公開しています。実際に確認してみましょう!

0 commit comments

Comments
 (0)