From: Eduardo San Martin Morote Date: Mon, 31 Aug 2020 16:23:19 +0000 (+0200) Subject: docs: fetching and meta X-Git-Tag: v4.0.0-beta.8~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d6befb7295bf6a7657dbcae4e2312e8b8152ea;p=thirdparty%2Fvuejs%2Frouter.git docs: fetching and meta --- diff --git a/docs/guide/advanced/data-fetching.md b/docs/guide/advanced/data-fetching.md index fef14650..def9f1df 100644 --- a/docs/guide/advanced/data-fetching.md +++ b/docs/guide/advanced/data-fetching.md @@ -17,13 +17,9 @@ Let's assume we have a `Post` component that needs to fetch the data for a post ```html