diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 0b75dee..709c3c9 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -37,7 +37,7 @@
@@ -52,7 +52,12 @@ import { mapState, mapActions, mapMutations } from 'vuex'; export default { name: 'Navbar', data: () => ({ - links: ['items', 'boxes', 'mass-edit', 'howto engel'], + links: [ + {'title':'items','path':'/'}, + {'title':'boxes','path':'/boxes/'}, + {'title':'mass-edit','path':'#'}, + {'title':'howto engel','path':'/howto/'} + ], buttons: [ { title: 'Add', icon: 'plus', color: 'success' }, { title: 'Refresh', icon: 'sync-alt', color: 'primary' },