From: Eduardo San Martin Morote Date: Fri, 25 Sep 2020 09:13:24 +0000 (+0200) Subject: docs: new demos csb X-Git-Tag: v4.0.0-beta.13~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c7ec4a8e65c1d69d7cb7149456ec9324d225b9;p=thirdparty%2Fvuejs%2Frouter.git docs: new demos csb --- 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).