diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 38490f2..4a0bdc6 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -57,13 +57,9 @@ v-for="item in menuItems" :key="item.title" :title="item.title" + :prepend-icon="item.icon" @click="navigate(item.route)" - > - - + > @@ -71,13 +67,9 @@ v-for="item in menuAdminItems" :key="item.title" :title="item.title" + :prepend-icon="item.icon" @click="navigateAdmin(item.route)" - > - - + > @@ -85,7 +77,6 @@