From 71410a8ca83bccf0e7a42b3897c5c863d90086be Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 8 Nov 2018 22:29:49 +0000 Subject: [PATCH] --- app/ayanova/src/App.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/app/ayanova/src/App.vue b/app/ayanova/src/App.vue index d803c8f2..2e1753cf 100644 --- a/app/ayanova/src/App.vue +++ b/app/ayanova/src/App.vue @@ -2,7 +2,15 @@ - + + + {{ "fa-" + item.icon }} + + + {{ item.title }} + + + + @@ -144,6 +155,9 @@ export default { this.$store.state.authenticated === true //this.$route.name !== "login" && ); + }, + navItems() { + return this.$store.state.navItems; } }, props: {