From 05bb8d187fa75e0fade1bf9ce60da17b8858ab3c Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Wed, 26 Aug 2020 17:53:24 +0100 Subject: [PATCH] fix: the isHydrate argument of mount is optional --- src/api/application-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/application-api.md b/src/api/application-api.md index cdd4034ea8..9b747686ec 100644 --- a/src/api/application-api.md +++ b/src/api/application-api.md @@ -181,7 +181,7 @@ Apart from `el`, you should treat these arguments as read-only and never modify - **Arguments:** - `{Element | string} rootContainer` - - `{boolean} isHydrate` + - `{boolean} [isHydrate]` - **Returns:**