Skip to content

Commit

Permalink
Updated el and $el from HTMLElement to Element (#1996)
Browse files Browse the repository at this point in the history
As per this merged PR: vuejs/vue#8809
  • Loading branch information
robinchow authored and sdras committed Feb 18, 2019
1 parent 972a7da commit bfe2649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v2/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ type: api

### el

- **Type:** `string | HTMLElement`
- **Type:** `string | Element`

- **Restriction:** only respected in instance creation via `new`.

Expand Down Expand Up @@ -1311,7 +1311,7 @@ type: api
### vm.$el
- **Type:** `HTMLElement`
- **Type:** `Element`
- **Read only**
Expand Down

0 comments on commit bfe2649

Please sign in to comment.