diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 2ca0199..5c563fc 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -94,10 +94,11 @@ isAuthenticated: false, user: null, api: inject('api'), - menuItems: [ - { title: 'Inicio', route: '/', icon: 'mdi-home'}, - { title: 'Comprar', route:'/comprar', icon: 'mdi-cart'}, - ], + menuItems: [ + { title: 'Inicio', route: '/', icon: 'mdi-home'}, + { title: 'Comprar', route:'/comprar', icon: 'mdi-cart'}, + { title: 'Ver Catálogo', route: '/catalog', icon: 'mdi-store'}, + ], menuAdminItems: [ { title: 'Cuadrar tarro', route: '/cuadrar_tarro', icon: 'mdi-calculator'}, { title: 'Cuadres de tarro', route: '/cuadres_de_tarro', icon: 'mdi-chart-bar'},