Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/guide/typescript-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ const Component = defineComponent({

### `ref` を型定義する

Ref は初期値から肩を推論します:
Ref は初期値から型を推論します:

```ts
import { defineComponent, ref } from 'vue'
Expand Down