From: Eduardo San Martin Morote Date: Thu, 27 Aug 2020 14:15:10 +0000 (+0200) Subject: docs: should build docs X-Git-Tag: v4.0.0-beta.8~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=398f5311c9f2aebc0e5985a23ab0df6a5c8f70ec;p=thirdparty%2Fvuejs%2Frouter.git docs: should build docs --- 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.