]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: remove old link (#1273)
authorYotam <yopraag@gmail.com>
Fri, 21 Jan 2022 10:54:18 +0000 (12:54 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 10:54:18 +0000 (11:54 +0100)
docs/guide/essentials/passing-props.md

index 62a56f6016140b3635602b5d83b481552f954a58..4be8970ab6a6e77c661bb2ef255caa1d2ca48d56 100644 (file)
@@ -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).