From: Micha Huhn Date: Tue, 11 Jun 2024 12:43:47 +0000 (+0200) Subject: docs: fix typo (#2265) X-Git-Tag: v4.4.0~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95f3e474e80f6ee943fd58a5f372366b9a101b8a;p=thirdparty%2Fvuejs%2Frouter.git docs: fix typo (#2265) --- diff --git a/packages/docs/guide/advanced/composition-api.md b/packages/docs/guide/advanced/composition-api.md index 3a4fc64a..26e84d1d 100644 --- a/packages/docs/guide/advanced/composition-api.md +++ b/packages/docs/guide/advanced/composition-api.md @@ -50,7 +50,7 @@ watch( ``` -Note we still have access to `$router` and `$route` in templates, so there's no need to use `useRouter` or `useRoute` if we only need those object in the template. +Note we still have access to `$router` and `$route` in templates, so there's no need to use `useRouter` or `useRoute` if we only need those objects in the template. ## Navigation Guards