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 975a848 commit fc3fe5eCopy full SHA for fc3fe5e
src/guide/component-props.md
@@ -10,7 +10,7 @@
10
props: ['title', 'likes', 'isPublished', 'commentIds', 'author']
11
```
12
13
-しかし、通常はすべてのプロパティを特定の型の値にしたいと思うでしょう。このような場合には、プロパティをオブジェクトとして列挙し、プロパティのキーと値にそれぞれプロパティの名前と型を設定します。
+しかし、通常はすべてのプロパティを特定の型の値にしたいと思うでしょう。このような場合には、プロパティをオブジェクトとして列挙し、プロパティのキーと値にそれぞれプロパティの名前と型を設定します:
14
15
```js
16
props: {
0 commit comments