Skip to content

Commit 8cb56cc

Browse files
authored
Updated el and $el from HTMLElement to Element
As per the original Typescript definitions plus this merged PR: vuejs/vue#8809
1 parent e60d172 commit 8cb56cc

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-
- **Type:** `string | HTMLElement`
701+
- **Type:** `string | Element`
702702

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

@@ -1311,7 +1311,7 @@ type: api
13111311
13121312
### vm.$el
13131313
1314-
- **Type:** `HTMLElement`
1314+
- **Type:** `Element`
13151315
13161316
- **Read only**
13171317

0 commit comments

Comments
 (0)