Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A `Wrapper` is an object that contains a mounted component or vnode and methods

#### `options.attachedToDocument`

`Boolean` (read-only): True if `attachToDocument` in mounting options was `true`
`Boolean` (read-only): True if component is attached to document when rendered.

#### `options.sync`

Expand Down
2 changes: 1 addition & 1 deletion docs/ru/api/wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Vue Test Utils — это API основанное на использовани

#### `options.attachedToDocument`

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

#### `options.sync`

Expand Down