From 9f04fee8bfc2c5b24493c08113450ca3bb7feaf3 Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Sun, 3 Jan 2021 23:05:03 +0300 Subject: [PATCH] Update functional-components.md --- src/guide/migration/functional-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/migration/functional-components.md b/src/guide/migration/functional-components.md index 41fd219e6b..d2f9989c2a 100644 --- a/src/guide/migration/functional-components.md +++ b/src/guide/migration/functional-components.md @@ -91,7 +91,7 @@ In 3.x, the performance difference between stateful and functional components ha Using our `` example from before, here is how it would look now. -```js{1} +```js{1,3,4}