From ef1bfc81b4bdd8f7e0f7501919f184f9bf9c0205 Mon Sep 17 00:00:00 2001 From: ghaemaghaey Date: Thu, 18 Dec 2025 15:25:51 +0330 Subject: [PATCH] optimized the code to be able to work with given props and not hard coded data --- src/App.vue | 36 ++++++++++++++++- src/components/navbar.vue | 82 ++++++++++++--------------------------- 2 files changed, 60 insertions(+), 58 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3e4f4ca..bbedfbc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,41 @@ diff --git a/src/components/navbar.vue b/src/components/navbar.vue index 2bd4423..1fa6468 100644 --- a/src/components/navbar.vue +++ b/src/components/navbar.vue @@ -8,16 +8,11 @@