From dc5fc0fb78111007b543bb671bec5eccf976f168 Mon Sep 17 00:00:00 2001 From: AldairFloresCayetano <89316165+AldairFloresCayetano@users.noreply.github.com> Date: Wed, 4 May 2022 21:43:46 -0500 Subject: [PATCH] chore: add navigation routes --- src/App.vue | 43 +++++++++---------------------------------- 1 file changed, 9 insertions(+), 34 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0e51ac3..10d4bbb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,10 +2,10 @@ export default { data() { return { - + drawer: false, items: [ { label: "Profile", to: "/profiles" }, - { label: "Advisory", to: "/advisoryes" } + { label: "Advisory", to: "/advisoryes" }, ], }; }, @@ -15,47 +15,22 @@ export default { - - \ No newline at end of file