From 6a94d24b60f776e773fc1239350db6b5b29d9dac Mon Sep 17 00:00:00 2001 From: Yotam Date: Fri, 21 Jan 2022 12:54:18 +0200 Subject: [PATCH] docs: remove old link (#1273) --- docs/guide/essentials/passing-props.md | 2 -- 1 file changed, 2 deletions(-) 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). -- 2.47.2