From a7d1748c803456e7976cd9e238d8a9ab54385472 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Thu, 23 Mar 2023 18:09:07 +0100 Subject: [PATCH] properly pass props in routing --- src/App.vue | 133 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 80 insertions(+), 53 deletions(-) diff --git a/src/App.vue b/src/App.vue index f7ec787..87a8b55 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,24 +1,52 @@ +import {RouterLink, RouterView} from 'vue-router' +