Skip to content

Commit

Permalink
docs: fix mount and shallow usage description (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
emileber authored and eddyerburgh committed Jan 9, 2018
1 parent 822c53e commit 30659a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions docs/en/api/mount.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ See [options](options.md)

- **Usage:**

Returns [`Wrapper`](wrapper/README.md) of first DOM node or Vue component matching selector.

Use any valid [selector](selectors.md).
Creates a [`Wrapper`](wrapper/README.md) that contains the mounted and rendered Vue component.

**Without options:**

Expand Down
6 changes: 1 addition & 5 deletions docs/en/api/shallow.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ See [options](./options.md)

- **Usage:**

Returns [`Wrapper`](./wrapper/README.md) of first DOM node or Vue component matching selector.

Stubs all child components.

Use any valid [selector](./selectors.md).
Like [`mount`](mount.md), it creates a [`Wrapper`](wrapper/README.md) that contains the mounted and rendered Vue component, but with stubbed child components.

**Without options:**

Expand Down

0 comments on commit 30659a5

Please sign in to comment.