Skip to content

Commit 1d1eee0

Browse files
authored
fix(migration/functional-component): typo DynamicHeading (vuejs#221)
1 parent 43c7e27 commit 1d1eee0

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
@@ -77,7 +77,7 @@ const DynamicHeading = (props, context) => {
7777

7878
DynamicHeading.props = ['level']
7979

80-
export default GreetingMessage
80+
export default DynamicHeading
8181
```
8282

8383
### Single File Components (SFCs)

0 commit comments

Comments
 (0)