From 304b12500c4663acb99041cecf4211a0fef6ed5c Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 13 Mar 2020 17:52:13 +0100 Subject: [PATCH] chore: add more testing links --- playground/App.vue | 31 --------------------------- playground/index.html | 3 +++ playground/router.ts | 6 ++++++ playground/views/Nested.vue | 42 +++++++++++++++++++++++++++++++++++++ 4 files changed, 51 insertions(+), 31 deletions(-) diff --git a/playground/App.vue b/playground/App.vue index 79f0de8d..d3c51661 100644 --- a/playground/App.vue +++ b/playground/App.vue @@ -69,37 +69,9 @@
  • /nested
  • -
  • - /nested/nested -
  • -
  • - /nested/nested/nested -
  • /anidado
  • -
  • - /anidado/nested -
  • -
  • - /anidado/nested/nested -
  • -
  • - /anidado/a -
  • -
  • - /nested/a -
  • -
  • - /anidado/a/nested -
  • -
  • - /nested/a/nested -
  • /long-0
  • @@ -115,9 +87,6 @@ >/users/{{ Number(currentLocation.params.id || 0) + 1 }} -
  • /with-data
  • diff --git a/playground/index.html b/playground/index.html index 1362b64c..f2874ec9 100644 --- a/playground/index.html +++ b/playground/index.html @@ -9,6 +9,9 @@