From 5893c536e0b5a7af31d332d23b3c784ab13757e2 Mon Sep 17 00:00:00 2001 From: Chris Fritz Date: Fri, 23 Mar 2018 08:37:51 -0400 Subject: [PATCH 001/831] clarify createElement arguments, fixes #1524 --- src/v2/guide/render-function.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/v2/guide/render-function.md b/src/v2/guide/render-function.md index 406599a490..dde06b0c20 100644 --- a/src/v2/guide/render-function.md +++ b/src/v2/guide/render-function.md @@ -138,8 +138,8 @@ The next thing you'll have to become familiar with is how to use template featur // @returns {VNode} createElement( // {String | Object | Function} - // An HTML tag name, component options, or function - // returning one of these. Required. + // An HTML tag name, component options, or async + // function resolving to one of these. Required. 'div', // {Object} @@ -605,7 +605,7 @@ If you are using template-based functional components, you will also have to man