From b10d3614c09b64b2046a63341e28e9ecc224205e Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 19 Oct 2020 11:12:44 +0200 Subject: [PATCH] docs: typo --- docs/guide/migration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/migration/index.md b/docs/guide/migration/index.md index 019c3100..b9a11014 100644 --- a/docs/guide/migration/index.md +++ b/docs/guide/migration/index.md @@ -181,7 +181,7 @@ with The `exact` prop has been removed because the caveat it was fixing is no longer present so you should be able to safely remove it. There are however two things you should be aware of: - Routes are now active based on the route records they represent instead of the generated route location objects and their `path`, `query`, and `hash` properties -- Only the `path` section is matched, `query`, and `hash` are taken into account anymore +- Only the `path` section is matched, `query`, and `hash` aren't taken into account anymore If you wish to customize this behavior, e.g. take into account the `hash` section, you should use the [`v-slot` API](https://next.router.vuejs.org/api/#router-link-s-v-slot) to extend ``. -- 2.47.3