Skip to content

Commit 19239c2

Browse files
38elementseddyerburgh
authored andcommitted
docs: fix style in docs/ja/api/config.md (#664)
1 parent 8747e7c commit 19239c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: docs/ja/api/config.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vue-test-utils にはオプションを定義するための `config` オプシ
44

55
### vue-test-utils` `config` オプション
66

7-
#### stubs`
7+
#### `stubs`
88

99
- 型: `Object`
1010
- デフォルト: `{
@@ -24,7 +24,7 @@ import VueTestUtils from '@vue/test-utils'
2424
VueTestUtils.config.stubs['my-component'] = '<div />'
2525
```
2626

27-
#### mocks`
27+
#### `mocks`
2828

2929
- 型: `Object`
3030
- デフォルト: `{}`
@@ -43,7 +43,7 @@ VueTestUtils.config.mocks['$store'] = {
4343
}
4444
```
4545

46-
#### methods`
46+
#### `methods`
4747

4848
- 型: `Object`
4949
- デフォルト: `{}`
@@ -60,7 +60,7 @@ VueTestUtils.config.methods['errors'] = () => {
6060
}
6161
```
6262

63-
#### provide`
63+
#### `provide`
6464

6565
- 型: `Object`
6666
- デフォルト: `{}`
@@ -79,7 +79,7 @@ VueTestUtils.config.provide['$logger'] = {
7979
}
8080
```
8181

82-
#### logModifiedComponents`
82+
#### `logModifiedComponents`
8383

8484
- 型: `Boolean`
8585
- デフォルト: `true`

0 commit comments

Comments
 (0)