From 1c694a80f98b81a4a15be42fc60a2e11278c0014 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 12 Mar 2020 15:55:16 +0100 Subject: [PATCH] chore: add more aliases to playground --- playground/App.vue | 12 ++++++++++++ playground/router.ts | 1 + 2 files changed, 13 insertions(+) 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: [ -- 2.39.5