From 56dfb5e2b5bdc44ff7d41477b53bcbf5b13cae96 Mon Sep 17 00:00:00 2001 From: Robin Chow Date: Wed, 13 Feb 2019 09:31:52 -0800 Subject: [PATCH] Updated el and $el from HTMLElement to Element As per this merged PR: https://github.com/vuejs/vue/pull/8809 --- src/v2/api/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/v2/api/index.md b/src/v2/api/index.md index 292b598393..e24f9349c5 100644 --- a/src/v2/api/index.md +++ b/src/v2/api/index.md @@ -698,7 +698,7 @@ type: api ### el -- **Type:** `string | HTMLElement` +- **Type:** `string | Element` - **Restriction:** only respected in instance creation via `new`. @@ -1311,7 +1311,7 @@ type: api ### vm.$el -- **Type:** `HTMLElement` +- **Type:** `Element` - **Read only**