]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: capitalization typo (#1963)
authorZhenghang Cai <92540253+zhg7@users.noreply.github.com>
Mon, 21 Aug 2023 15:48:27 +0000 (17:48 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 15:48:27 +0000 (17:48 +0200)
[skip ci]

packages/docs/guide/essentials/passing-props.md

index 87070ffa91d26413a19f53321cd0eabd9ae4777d..56631771aa29edaed6ae43d29e0fe815f75f5ff8 100644 (file)
@@ -77,4 +77,4 @@ 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.
+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.