Skip to content

Commit 5cbfc26

Browse files
committed
docs: Update link & fix prop name in typescript-support.md
vuejs/docs@64cbc01
1 parent e448c9c commit 5cbfc26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/typescript-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const Component = defineComponent({
131131
})
132132
```
133133

134-
複雑な型や推論の場合、[タイプアサーション (type assertion)](https://www.typescriptlang.org/docs/handbook/basic-types.html#type-assertions) を使用してキャストすることができます:
134+
複雑な型や推論の場合、[タイプアサーション (type assertion)](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#type-assertions) を使用してキャストすることができます:
135135

136136
```ts
137137
interface Book {
@@ -260,7 +260,7 @@ const Component = defineComponent({
260260
```
261261

262262
::: warning
263-
TypeScript には、関数式の型推論に [設計上の制限](https://github.com/microsoft/TypeScript/issues/38845) があるため、 `validators` と、オブジェクトや配列の `default` 値に注意する必要があります:
263+
TypeScript には、関数式の型推論に [設計上の制限](https://github.com/microsoft/TypeScript/issues/38845) があるため、 `validator` と、オブジェクトや配列の `default` 値に注意する必要があります:
264264
:::
265265

266266
```ts

0 commit comments

Comments
 (0)