We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09c48f commit 019235cCopy full SHA for 019235c
src/api/composition-api.md
@@ -13,7 +13,7 @@
13
14
オプション API を使うときの `this.$props` と同様に、`props` オブジェクトには明示的に宣言されたプロパティのみが含まれます。また、すべての宣言されたプロパティのキーは、親コンポーネントから渡されたかどうかに関わらず `props` オブジェクトに存在します。宣言されていない省略可能なプロパティは `undefined` という値になります。
15
16
- 省略可能なプロパティが、ないことを確認する必要があるなら、デフォルト値として Symbol を指定できます:
+ 省略可能なプロパティがないことを確認する必要があるなら、デフォルト値として Symbol を指定できます:
17
18
```js
19
const isAbsent = Symbol()
0 commit comments