From: Yotam Date: Fri, 21 Jan 2022 10:54:18 +0000 (+0200) Subject: docs: remove old link (#1273) X-Git-Tag: v4.0.13~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a94d24b60f776e773fc1239350db6b5b29d9dac;p=thirdparty%2Fvuejs%2Frouter.git docs: remove old link (#1273) --- diff --git a/docs/guide/essentials/passing-props.md b/docs/guide/essentials/passing-props.md index 62a56f60..4be8970a 100644 --- a/docs/guide/essentials/passing-props.md +++ b/docs/guide/essentials/passing-props.md @@ -78,5 +78,3 @@ const routes = [ The URL `/search?q=vue` would pass `{query: 'vue'}` as props to the `SearchUser` component. Try to keep the `props` function stateless, as it's only evaluated on route changes. Use a wrapper component if you need state to define the props, that way vue can react to state changes. - -For advanced usage, check out the [example](https://github.com/vuejs/vue-router/blob/dev/examples/route-props/app.js).