File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ A `Wrapper` is an object that contains a mounted component or vnode and methods
18
18
19
19
#### ` options.attachedToDocument `
20
20
21
- ` Boolean ` (read-only): True if ` attachedToDocument ` in mounting options was ` true `
21
+ ` Boolean ` (read-only): True if ` attachToDocument ` in mounting options was ` true `
22
22
23
23
#### ` options.sync `
24
24
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ vue-test-utils はラッパベースの API です。
18
18
19
19
#### ` options.attachedToDocument `
20
20
21
- ` Boolean ` (読み込み専用): マウンティングオプションで ` attachedToDocument ` が ` true ` だった場合は True です。
21
+ ` Boolean ` (読み込み専用): マウンティングオプションで ` attachToDocument ` が ` true ` だった場合は True です。
22
22
23
23
#### ` options.sync `
24
24
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Vue Test Utils — это API основанное на использовани
18
18
19
19
#### ` options.attachedToDocument `
20
20
21
- ` Boolean ` (только для чтения): True, если ` attachedToDocument ` в опциях монтирования было ` true `
21
+ ` Boolean ` (только для чтения): True, если ` attachToDocument ` в опциях монтирования было ` true `
22
22
23
23
#### ` options.sync `
24
24
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ Vue Test Utils 是一个基于包裹器的 API。
16
16
17
17
### ` options `
18
18
19
- #### ` options.attachedToDom `
19
+ #### ` options.attachedToDocument `
20
20
21
- ` Boolean ` (只读):如果 ` attachToDom ` 传递给了 ` mount ` 或 ` shallowMount ` 则为真
21
+ ` Boolean ` (只读):如果 ` attachToDocument ` 传递给了 ` mount ` 或 ` shallowMount ` 则为真
22
22
23
23
#### ` options.sync `
24
24
You can’t perform that action at this time.
0 commit comments