From bee59bff1ef172ec04104352217af06a943a0afe Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Thu, 9 Jul 2020 08:22:15 -0400 Subject: [PATCH 1/3] docs (#136): include attribute fallthrough updates --- src/guide/migration/functional-components.md | 46 +++++++++++++++++--- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/src/guide/migration/functional-components.md b/src/guide/migration/functional-components.md index 31b2bd8086..e48270a3ac 100644 --- a/src/guide/migration/functional-components.md +++ b/src/guide/migration/functional-components.md @@ -5,14 +5,15 @@ In terms of what has changed, at a high level: - Performance gains from v2 for functional components are now negligible in v3, so we recommend just using stateful components -- `functional` attribute on single-file component `