Skip to content

Commit 18c2691

Browse files
authored
Clarify attachedToDocument meaning in docs
Fixes vuejs#1207
1 parent ab6ef34 commit 18c2691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/wrapper/README.md

+1-1
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 DOM when rendered.
2222

2323
#### `options.sync`
2424

0 commit comments

Comments
 (0)