Skip to content

Commit c5c3f44

Browse files
amadeannphanan
authored andcommitted
added the link to funcitonal components (#1926)
1 parent 79f3ee1 commit c5c3f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/v2/guide/transitions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ Vue.component('my-special-transition', {
14791479
})
14801480
```
14811481

1482-
And functional components are especially well-suited to this task:
1482+
And [functional components](render-function.html#Functional-Components) are especially well-suited to this task:
14831483

14841484
``` js
14851485
Vue.component('my-special-transition', {

0 commit comments

Comments
 (0)