Skip to content

Commit f2e727e

Browse files
robinchowJustineo
authored andcommitted
Updated el and $el from HTMLElement to Element (#1996)
As per this merged PR: vuejs/vue#8809
1 parent a2442a3 commit f2e727e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/api/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ type: api
698698

699699
### el
700700

701-
- **类型**`string | HTMLElement`
701+
- **类型**`string | Element`
702702

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

@@ -1314,7 +1314,7 @@ type: api
13141314
13151315
### vm.$el
13161316
1317-
- **类型**:`HTMLElement`
1317+
- **类型**:`Element`
13181318
13191319
- **只读**
13201320

0 commit comments

Comments
 (0)