From cc48cee966aeeb7a312913e261fe676f47f0d055 Mon Sep 17 00:00:00 2001 From: BaboonKing Date: Tue, 22 Mar 2022 17:16:34 +0800 Subject: [PATCH] docs: fix link error (#6753) --- docs/en-US/guide/transitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/guide/transitions.md b/docs/en-US/guide/transitions.md index c7857b4159..7a55749075 100644 --- a/docs/en-US/guide/transitions.md +++ b/docs/en-US/guide/transitions.md @@ -6,7 +6,7 @@ lang: en-US # Built-in Transition You can use Element's built-in transitions directly. -Before that, please read the [transition docs](https://vuejs.org/v2/api/#transition). +Before that, please read the [transition docs](https://vuejs.org/guide/built-ins/transition.html). ## Fade