From c7c3938ebb22e3329143f2a548c454f4af1030fb Mon Sep 17 00:00:00 2001 From: Amadeusz Annissimo Date: Sun, 30 Dec 2018 12:54:56 +0000 Subject: [PATCH] added the link to funcitonal components --- src/v2/guide/transitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/transitions.md b/src/v2/guide/transitions.md index 44c6effa46..e180ed6934 100644 --- a/src/v2/guide/transitions.md +++ b/src/v2/guide/transitions.md @@ -1479,7 +1479,7 @@ Vue.component('my-special-transition', { }) ``` -And functional components are especially well-suited to this task: +And [functional components](render-function.html#Functional-Components) are especially well-suited to this task: ``` js Vue.component('my-special-transition', {