File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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 ` attachToDocument ` in mounting options was ` true `
21
+ ` Boolean ` (read-only): True if component is attached to document when rendered.
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 , если ` attachToDocument ` в опциях монтирования было ` true `
21
+ ` Boolean ` (только для чтения): true , если компонент прикреплен к DOM при монтировании.
22
22
23
23
#### ` options.sync `
24
24
You can’t perform that action at this time.
0 commit comments