Skip to content

Commit 4bce9e2

Browse files
jolahuaJinjiang
authored andcommitted
Update components-props.md (#725)
* Update components-props.md delete surplus 【 _ 】 * Update components-props.md
1 parent ff4fa0d commit 4bce9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components-props.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Vue.component('blog-post', {
3939
<blog-post v-bind:title="post.title"></blog-post>
4040
```
4141

42-
在上述两个示例中,我们传入的值都是字符串类型的,但实际上_任何_类型的值都可以传给一个 prop。
42+
在上述两个示例中,我们传入的值都是字符串类型的,但实际上*任何*类型的值都可以传给一个 prop。
4343

4444
### 传入一个数字
4545

0 commit comments

Comments
 (0)