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}