From 398f5311c9f2aebc0e5985a23ab0df6a5c8f70ec Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 27 Aug 2020 16:15:10 +0200 Subject: [PATCH] docs: should build docs --- docs/guide/advanced/transitions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/guide/advanced/transitions.md b/docs/guide/advanced/transitions.md index ed4d6828..9d525525 100644 --- a/docs/guide/advanced/transitions.md +++ b/docs/guide/advanced/transitions.md @@ -1,13 +1,13 @@ # Transitions -TODO: redo this page once it's good to use in Vue router - Since the `` is essentially a dynamic component, we can apply transition effects to it the same way using the `` component: ```html - - - + + + + + ``` [All transition APIs](https://vuejs.org/guide/transitions.html) work the same here. -- 2.47.2