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