File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ const Component = defineComponent({
131
131
})
132
132
```
133
133
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 ) を使用してキャストすることができます:
135
135
136
136
``` ts
137
137
interface Book {
@@ -260,7 +260,7 @@ const Component = defineComponent({
260
260
```
261
261
262
262
::: warning
263
- TypeScript には、関数式の型推論に [ 設計上の制限] ( https://github.com/microsoft/TypeScript/issues/38845 ) があるため、 ` validators ` と、オブジェクトや配列の ` default ` 値に注意する必要があります:
263
+ TypeScript には、関数式の型推論に [ 設計上の制限] ( https://github.com/microsoft/TypeScript/issues/38845 ) があるため、 ` validator ` と、オブジェクトや配列の ` default ` 値に注意する必要があります:
264
264
:::
265
265
266
266
``` ts
You can’t perform that action at this time.
0 commit comments