Skip to content

Commit 4bb7ca6

Browse files
38elementseddyerburgh
authored andcommitted
Update README.md (#750)
1 parent fb46268 commit 4bb7ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/api/wrapper/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A `Wrapper` is an object that contains a mounted component or vnode and methods
88

99
### `vm`
1010

11-
`Component` (read-only): This is the `Vue` instance. You can access all the [instance methods and properties of a vm](https://vuejs.org/v2/api/#Instance-Properties) with `wrapper.vm`. This only exists on Vue component wrappers.
11+
`Component` (read-only): This is the `Vue` instance. You can access all the [instance methods and properties of a vm](https://vuejs.org/v2/api/#Instance-Properties) with `wrapper.vm`. This only exists on Vue component wrapper or HTMLElement binding Vue component wrapper.
1212

1313
### `element`
1414

0 commit comments

Comments
 (0)