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 Justineo committed Feb 18, 2019
1 parent a2442a3 commit f2e727e
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

- **类型**`string | HTMLElement`
- **类型**`string | Element`

- **限制**:只在由 `new` 创建的实例中遵守。

Expand Down Expand Up @@ -1314,7 +1314,7 @@ type: api
### vm.$el
- **类型**:`HTMLElement`
- **类型**:`Element`
- **只读**
Expand Down

0 comments on commit f2e727e

Please sign in to comment.