Skip to content

Commit

Permalink
Updated el and $el from HTMLElement to Element
Browse files Browse the repository at this point in the history
As per this merged PR: vuejs/vue#8809
  • Loading branch information
robinchow committed Feb 13, 2019
1 parent e60d172 commit 56dfb5e
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 56dfb5e

Please sign in to comment.