From b8c7ec4a8e65c1d69d7cb7149456ec9324d225b9 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 25 Sep 2020 11:13:24 +0200 Subject: [PATCH] docs: new demos csb --- docs/guide/essentials/dynamic-matching.md | 4 ++-- docs/guide/essentials/named-views.md | 4 ++-- docs/guide/essentials/nested-routes.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/guide/essentials/dynamic-matching.md b/docs/guide/essentials/dynamic-matching.md index 061b2271..a7ece1b4 100644 --- a/docs/guide/essentials/dynamic-matching.md +++ b/docs/guide/essentials/dynamic-matching.md @@ -33,10 +33,10 @@ You can have multiple _params_ in the same route, and they will map to correspon In addition to `$route.params`, the `$route` object also exposes other useful information such as `$route.query` (if there is a query in the URL), `$route.hash`, etc. You can check out the full details in the [API Reference](/api/#routelocationnormalized). -A working demo of this example can be found [here](https://codesandbox.io/embed/objective-dew-ogjbp?initialpath=%2Fusers%2Feduardo%2Fposts%2F1). +A working demo of this example can be found [here](https://codesandbox.io/s/route-params-vue-router-examples-mlb14?from-embed&initialpath=%2Fusers%2Feduardo%2Fposts%2F1).