Skip to content

Commit 2d999e8

Browse files
committed
improves api/options.md mount.md README.md
1 parent b88e003 commit 2d999e8

File tree

4 files changed

+52
-6
lines changed

4 files changed

+52
-6
lines changed

docs/ja/api/README.md

Lines changed: 49 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1-
## [mount](/docs/ja/api/mount.md)
2-
## [shallow](/docs/ja/api/shallow.md)
3-
## [selectors](/docs/ja/api/selectors.md)
1+
# API
2+
3+
* [mount](./mount.md)
4+
* [shallow](./shallow.md)
5+
* [Mounting Options](./options.md)
6+
- [context](./options.md#context)
7+
- [slots](./options.md#slots)
8+
- [stubs](./options.md#stubs)
9+
- [mocks](./options.md#mocks)
10+
- [localVue](./options.md#localvue)
11+
- [attachToDocument](./options.md#attachtodocument)
12+
- [attrs](./options.md#attrs)
13+
- [listeners](./options.md#listeners)
14+
- [clone](./options.md#clone)
15+
* [Wrapper](./wrapper/README.md)
16+
* [contains](./wrapper/contains.md)
17+
* [emitted](./wrapper/emitted.md)
18+
* [emittedByOrder](./wrapper/emittedByOrder.md)
19+
* [find](./wrapper/find.md)
20+
* [hasAttribute](./wrapper/hasAttribute.md)
21+
* [hasClass](./wrapper/hasClass.md)
22+
* [hasProp](./wrapper/hasProp.md)
23+
* [hasStyle](./wrapper/hasStyle.md)
24+
* [html](./wrapper/html.md)
25+
* [is](./wrapper/is.md)
26+
* [isEmpty](./wrapper/isEmpty.md)
27+
* [isVueInstance](./wrapper/isVueInstance.md)
28+
* [name](./wrapper/name.md)
29+
* [update](./wrapper/update.md)
30+
* [setData](./wrapper/setData.md)
31+
* [setProps](./wrapper/setProps.md)
32+
* [text](./wrapper/text.md)
33+
* [trigger](./wrapper/trigger.md)
34+
* [WrapperArray](./wrapper-array/README.md)
35+
* [at](./wrapper-array/at.md)
36+
* [contains](./wrapper-array/contains.md)
37+
* [hasAttribute](./wrapper-array/hasAttribute.md)
38+
* [hasClass](./wrapper-array/hasClass.md)
39+
* [hasProp](./wrapper-array/hasProp.md)
40+
* [hasStyle](./wrapper-array/hasStyle.md)
41+
* [is](./wrapper-array/is.md)
42+
* [isEmpty](./wrapper-array/isEmpty.md)
43+
* [isVueInstance](./wrapper-array/isVueInstance.md)
44+
* [update](./wrapper-array/update.md)
45+
* [setData](./wrapper-array/setData.md)
46+
* [setProps](./wrapper-array/setProps.md)
47+
* [trigger](./wrapper-array/trigger.md)
48+
* [createLocalVue](./createLocalVue.md)
49+
* [Selectors](./selectors.md)

docs/ja/api/mount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
- **オプション:**
1111

12-
[オプション](/docs/ja/api/options.md)を見る
12+
[オプション](/docs/ja/api/options.md)を参照してください。
1313

1414
- **使い方:**
1515

docs/ja/api/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ expect(wrapper.is(Component)).toBe(true)
3838

3939
- 型: `{ [name: string]: Array<Component>|Component|string }`
4040

41-
コンポーネントにスロットコンテンツのオブジェクトを渡します。keyはスロット名に対応します。値は、コンポーネント、コンポーネントの配列、またはテンプレート文字列のいずれかです
41+
コンポーネントにスロットコンテンツのオブジェクトを渡します。keyはスロット名に対応します。値は、コンポーネント、コンポーネントの配列、またはテンプレート文字列のいずれかになります
4242

4343
例:
4444

docs/ja/api/wrapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ vue-test-utilsはラッパーベースのAPIです。
1313

1414
- **メソッド:**
1515

16-
docsにはメソッドの詳細が一覧になっています
16+
docs/wrapperのセクションにはメソッドの詳細が一覧になっています

0 commit comments

Comments
 (0)