Skip to content

Commit 701d02b

Browse files
oohiraposva
authored andcommitted
docs(ja): Fix incorrect bold style (#2459)
1 parent da1e648 commit 701d02b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/ja/guide/essentials/passing-props.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
コンポーネントをルーターから分離するために `props` オプションを使います:
66

7-
** `$route` に結合**
7+
**`$route` に結合**
88

99
``` js
1010
const User = {
@@ -17,7 +17,7 @@ const router = new VueRouter({
1717
})
1818
```
1919

20-
** `props` による分離**
20+
**`props` による分離**
2121

2222
``` js
2323
const User = {

0 commit comments

Comments
 (0)