From 3100f73c4d47299fc9742091dc7acae99ceba686 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 22 Mar 2020 17:28:49 +0100 Subject: [PATCH] chore: add absolute nested aliases in playground --- playground/App.vue | 24 +++++++++++++++++-- playground/router.ts | 30 +++++++++++++++++++++++ playground/views/Home.vue | 2 ++ playground/views/Nested.vue | 13 ++++++++++ playground/views/NestedWithId.vue | 40 +++++++++++++++++++++++++++++++ 5 files changed, 107 insertions(+), 2 deletions(-) create mode 100644 playground/views/NestedWithId.vue diff --git a/playground/App.vue b/playground/App.vue index 2c63a485..a18060e6 100644 --- a/playground/App.vue +++ b/playground/App.vue @@ -61,10 +61,13 @@ /documents/€ (force reload): not valid tho
  • - Home (redirects) + Home (redirects)
  • - Home + Home +
  • +
  • + /always-redirect
  • /nested @@ -107,6 +110,23 @@
  • /rep/a/b
  • +
  • + /parent/1 +
  • +
  • + /p/1 +
  • +
  • + /parent/1/as-absolute-a +
  • +
  • + /p/1/as-absolute-a +
  • +
  • + /p_1/absolute-a +