Skip to content

Commit fc3fe5e

Browse files
committed
change 。to :
1 parent 975a848 commit fc3fe5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
props: ['title', 'likes', 'isPublished', 'commentIds', 'author']
1111
```
1212

13-
しかし、通常はすべてのプロパティを特定の型の値にしたいと思うでしょう。このような場合には、プロパティをオブジェクトとして列挙し、プロパティのキーと値にそれぞれプロパティの名前と型を設定します
13+
しかし、通常はすべてのプロパティを特定の型の値にしたいと思うでしょう。このような場合には、プロパティをオブジェクトとして列挙し、プロパティのキーと値にそれぞれプロパティの名前と型を設定します:
1414

1515
```js
1616
props: {

0 commit comments

Comments
 (0)