Skip to content

Commit

Permalink
Updated el and $el from HTMLElement to Element (vuejs#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 phanan committed Mar 20, 2019
1 parent aa9b567 commit 6721136
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 6721136

Please sign in to comment.