Skip to content

Commit 93f7b01

Browse files
authored
Update functional-components.md (#777)
1 parent ffbd879 commit 93f7b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/functional-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ In 3.x, the performance difference between stateful and functional components ha
9191

9292
Using our `<dynamic-heading>` example from before, here is how it would look now.
9393

94-
```js{1}
94+
```js{1,3,4}
9595
<template>
9696
<component
9797
v-bind:is="`h${$props.level}`"

0 commit comments

Comments
 (0)