You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/api/wrapper/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ A `Wrapper` is an object that contains a mounted component or vnode and methods
7
7
-**Properties:**
8
8
9
9
`vm``Component`: 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
10
-
`element``DOM node`: the root DOM node of the wrapper
10
+
`element``HTMLElement`: the root DOM node of the wrapper
11
11
`options``Object`: Object containing vue-test-utils options passed to `mount` or `shallow`
12
-
`options.attachedToDom``Boolean`: True if attachToDom was passed to `mount` or `shallow`
12
+
`options.attachedToDom``Boolean`: True if attachToDom was passed to `mount` or `shallow`
0 commit comments