From: Eduardo San Martin Morote Date: Wed, 29 Sep 2021 08:14:26 +0000 (+0200) Subject: docs: fix suspense example X-Git-Tag: v4.0.12~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a56fce2544314447f73805d05c77813129fc8156;p=thirdparty%2Fvuejs%2Frouter.git docs: fix suspense example --- diff --git a/docs/api/index.md b/docs/api/index.md index 1273d6c0..e95b80e4 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -168,21 +168,21 @@ If you add a `target="_blank"` to your `a` element, you must omit the `@click="n `` exposes a `v-slot` API mainly to wrap your route components with `` and `` components. ```html - - + + + + + ``` - `Component`: VNodes to be passed to a ``'s `is` prop.