From: Eduardo San Martin Morote Date: Thu, 12 Mar 2020 14:55:16 +0000 (+0100) Subject: chore: add more aliases to playground X-Git-Tag: v4.0.0-alpha.2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c694a80f98b81a4a15be42fc60a2e11278c0014;p=thirdparty%2Fvuejs%2Frouter.git chore: add more aliases to playground --- diff --git a/playground/App.vue b/playground/App.vue index 5c6c567d..79f0de8d 100644 --- a/playground/App.vue +++ b/playground/App.vue @@ -88,6 +88,18 @@ >/anidado/nested/nested +
  • + /anidado/a +
  • +
  • + /nested/a +
  • +
  • + /anidado/a/nested +
  • +
  • + /nested/a/nested +
  • /long-0
  • diff --git a/playground/router.ts b/playground/router.ts index 68d1a5fe..7b7b56f3 100644 --- a/playground/router.ts +++ b/playground/router.ts @@ -55,6 +55,7 @@ export const router = createRouter({ children: [ { path: 'nested', + alias: 'a', name: 'NestedNested', component: Nested, children: [