Skip to content

Commit 8370fcb

Browse files
committed
見出しのProps、Contextも翻訳した
1 parent 2e20d89 commit 8370fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/composition-api-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
それぞれの引数がどのように使われるのか、深く掘り下げてみましょう。
1515

16-
### Props
16+
### プロパティ
1717

1818
`setup` 関数の 第一引数は `props` 引数です。 標準コンポーネントで期待するように、`setup` 関数内の `props` はリアクティブで、新しい props が渡されたら更新されます。
1919

@@ -48,7 +48,7 @@ setup(props) {
4848
}
4949
```
5050

51-
### Context
51+
### コンテキスト
5252

5353
`setup` 関数に渡される第二引数は `context` です。`context` は 3 つのコンポーネントプロパティを公開する一般的な JavaScript オブジェクトです。:
5454

0 commit comments

Comments
 (0)