Skip to content

Commit 23e496b

Browse files
Dmitry Sharshakoveddyerburgh
Dmitry Sharshakov
authored andcommitted
docs(wrapper): сlarify attachedToDocument meaning in docs (#1214)
1 parent a802b32 commit 23e496b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/wrapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A `Wrapper` is an object that contains a mounted component or vnode and methods
1818

1919
#### `options.attachedToDocument`
2020

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.
2222

2323
#### `options.sync`
2424

docs/ru/api/wrapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Vue Test Utils — это API основанное на использовани
1818

1919
#### `options.attachedToDocument`
2020

21-
`Boolean` (только для чтения): True, если `attachToDocument` в опциях монтирования было `true`
21+
`Boolean` (только для чтения): true, если компонент прикреплен к DOM при монтировании.
2222

2323
#### `options.sync`
2424

0 commit comments

Comments
 (0)