Skip to content

Commit 5821c03

Browse files
authored
Tooling > TypeScript Support (#73)
* fix: remove original english sentence * fix: convert tip note to english
1 parent f0ac4ef commit 5821c03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/guide/typescript-support.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ const year = ref<string | number>('2020') // year の型: Ref<string | number>
221221
year.value = 2020 // OKです!
222222
```
223223

224-
::: tip ノート
225-
If the type of the generic is unknown, it's recommended to cast `ref` to `Ref<T>`.
224+
::: tip Note
226225
ジェネリックの型が不明の場合、`ref``Ref<T>` にキャストすることを推奨します。
227226
:::
228227

0 commit comments

Comments
 (0)